question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. ItĀ collects links to all the places you might be looking at while hunting down a tough bug.

And, if youā€™re still stuck at the end, weā€™re happy to hop on a call to see how we can help out.

Flipper not showing app

See original GitHub issue

šŸ› Bug Report

Running flipper on my debug build results using a X86 emulator, no plugins showing but the diagnostic screen shows ticks everywhere

Screenshot 2019-08-08 at 14 38 10

Environment

Android: API Pixel 2 28 emulator (x86) Flipper version: 0.23.4 OS: MacOS 10.14.5 (18F203) gradle version:

 flipper     : [
                    flipper : "com.facebook.flipper:flipper:0.23.4",
                    soloader: "com.facebook.soloader:soloader:0.5.1"
            ],

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:15 (8 by maintainers)

github_iconTop GitHub Comments

3reactions
jknoxvillecommented, Aug 15, 2019

Thanks so much @martynhaigh Iā€™ve just reproā€™d the same thing.

Weā€™re using serial number as a unique and stable identifier for a device. This works fine for physical devices, but clearly for emulators this is not at all the right approach.

Will have a fix for this coming soon. In the mean time, just to re-iterate for anyone else having this problem, the temporary workaround is to run:

rm -r ~/.flipper/certs and then restart flipper

1reaction
martynhaighcommented, Aug 15, 2019

Think Iā€™ve got it.

Iā€™ve got two emulators (letā€™s call them *1 and *2), both show up at 5554 if I load them individually, with both showing 5554 in the sonar connection config

If I boot both up in the order *1 then *2, then *2 switches id to 5556, and the sonar connection config shows 5554 and 5556, as expected. Closing them in any order, then opening *2 again shows it as having an id of 5554, but the sonar connection config still shows 5556

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshooting General Issues - Flipper
If no app plugins are showing up, there may be a connectivity issue between Flipper and your app. Check connection issues to see...
Read more >
React Native Flipper Debugging Issue : "NO APPLICATION ...
Ensure that you are running the latest version of Flipper (0.120.0 as of this message) and then:.
Read more >
Flipper: React Native App Debugging - Heartbeat - Comet ML
React DevTool & Live Editing. React.js is well-known and well-regarded for its developer experience. It's not just about React's APIsā€”Facebook has also done...
Read more >
Flipper Debugging for React Native - Povio
How To Use It? Ā· Android - start your project by running npm run android and then Flipper will show up in your...
Read more >
React Native 0.62 and Flipper Will Change Your Mobile ...
Flipper is a platform for debugging iOS, Android and React Native apps. ... or show the dev menu, no matter if your app...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found