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
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:
- Created 4 years ago
- Comments:15 (8 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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 flipperThink 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