Skip to content
This repository has been archived by the owner on Jan 7, 2019. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 744 Bytes

debug-native-android.mo.md

File metadata and controls

26 lines (18 loc) · 744 Bytes

[MO] Debug on Android

Debug Android code

Prerequisites

Steps

  • Open Android Studio
  • Click on File > Open
  • Navigate to and open <PATH_TO_YOUR_PROJECT>/android
  • Run in debug mode from Android Studio

Log Android Errors

Prerequisites

Steps

  • 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.