How To Debug Android Emulator With Ionic?
Using ionic, I am writing an app which I am trying to test with an Android emulator. I can successfully build and even add the app to the emulator but when I click the app it immed
Solution 1:
Run adb logcat
in a separate terminal.
As you run the emulator your terminal should populate with logs.
Post a Comment for "How To Debug Android Emulator With Ionic?"