Have Android Studioarrow-up-right installed
Steps
Open Android Studio
Click on File > Open
Navigate to and open /android
Run in debug mode from Android Studio
Have Pidcatarrow-up-right installed
Connect the Android phone to your computer
Make sure that the phone is available from your computer: adb devices
adb devices
Run: pidcat <GRADLE_APP_IDENTIFIER>
pidcat <GRADLE_APP_IDENTIFIER>
See all the logs related to your app, requests, native and javascript logs and errors, etc.
Last updated 7 years ago