I followed the instructions here https://fbflipper.com/docs/getting-started/android-native/#diagnostics. I added the 3 dependencies in build.gradle
, and added the application class with the same implementation as in the guide, and linked to it in manifest.
However flipper still says "No device found":
I ran the diagnostics command adb shell am start -n <package_name>/com.facebook.flipper.android.diagnostics.FlipperDiagnosticActivity
and saw that "establish pre-setup connection" and "connect insecurely" failed:
I'm not sure what these errors mean and how to fix them. Would appreciate help!