debug-native-android.mo
- Steps
- Open Android Studio
- Click on File > Open
- Navigate to and open /android
- Run in debug mode from Android Studio
- Connect the Android phone to your computer
- Make sure that the phone is available from your computer:
adb devices
- Run:
pidcat <GRADLE_APP_IDENTIFIER>
- See all the logs related to your app, requests, native and javascript logs and errors, etc.
Last modified 5yr ago