Flipper plugins doesn't show on Windows 10
See original GitHub issueš Bug Report
Iām running Flipper on Windows 10 but I canāt see the native plugins (Layout Inspector, Databases, Networkā¦)
I tried the troubleshooting guides but the problem was not resolved
FlipperDiagnosticActivity screenshot
To Reproduce
- Initialize a new React Native Project
- Run Flipper
- Try to debug app with Flipper
Environment
Flipper: tested from 0.47
to 0.52
System:
OS: Windows 10 10.0.18363
CPU: (4) x64 Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz
Memory: 3.75 GB / 11.88 GB
Binaries:
Node: 12.18.3 - C:\Program Files\nodejs\node.EXE
Yarn: 1.22.4 - C:\Program Files\nodejs\yarn.CMD
npm: 6.14.6 - C:\Program Files\nodejs\npm.CMD
Watchman: 20200726.234435.0 - C:\Users\jneto\env\watchman-v2020.07.27.00-windows\bin\watchman.EXE
Utilities:
Git: 2.24.1.
SDKs:
Android SDK:
API Levels: 23, 27, 28, 29
Build Tools: 25.0.0, 25.0.1, 27.0.3, 28.0.3, 29.0.2, 29.0.3
System Images: android-R | Google Play Intel x86 Atom
Windows SDK:
AllowDevelopmentWithoutDevLicense: Enabled
AllowAllTrustedApps: Enabled
Versions: 10.0.18362.0
IDEs:
Android Studio: Version 4.0.0.0 AI-193.6911.18.40.6514223
VSCode: 1.47.3 - C:\Users\jneto\AppData\Local\Programs\Microsoft VS Code\bin\code.CMD
Visual Studio: 16.6.30204.135 (Visual Studio Community 2019)
Languages:
Bash: 4.4.20 - C:\Windows\system32\bash.EXE
Go: 1.14.6 - C:\Go\bin\go.EXE
Elixir: 1.10.3 - C:\Program Files (x86)\Elixir\bin\elixir.BAT
Erlang: 21.3 - C:\Program Files\erl10.3\bin\erl.EXE
Python: 2.7.15
Databases:
SQLite: 3.28.0 - C:\Sdks\android\platform-tools\sqlite3.EXE
Browsers:
Chrome: 84.0.4147.105
Edge: Spartan (44.18362.449.0)
Internet Explorer: 11.0.18362.1
Issue Analytics
- State:
- Created 3 years ago
- Comments:22 (20 by maintainers)
Top Results From Across the Web
Issue with installation - 3rd-party modules - Flipper Zero Forum
Now i want install some plugins. I plug my device in the pc and from the software i go on āSD Cardā I...
Read more >React Native Flipper Debugging Issue : "NO APPLICATION ...
This didn't work for me. The error message says it is looking for the java class com.domain.ReactNativeFlipper even though my Application ID isĀ ......
Read more >Debugging in React Native with Flipper - Medium
Flipper is a platform for debugging iOS, Android, and React Native apps. It is an open-source debugging tool developed by Facebook.
Read more >Developing React Native with Expo and Flipper
Update Dec 03, 2021: There's now an Expo community plugin for setting up Flipper in your Expo projects. The section on Flipper integrationĀ ......
Read more >Building Flipper Plugins for Fun and Profit - Michael Evans
The Solution. Rather than sticking to plain text in logcat, we can build a custom Flipper plugin that will display our analytics events...
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
I had this same problem. Apparently the issue was the OpenSSL distribution I was using. At first I was using this one: https://indy.fulgan.com/SSL/ and had the exact same problem as @b3coded Iāve uninstalled it, and installed this one: https://slproweb.com/products/Win32OpenSSL.html and now everything works as expected.
@b3coded nope, sorry, missed that this is a win 10 specific issue. I donāt have a windows machine at my disposal in the current circumstances. Maybe @nikoant has ideas?