I'm relatively new to Android Studio and would like to understand how to debug an app . I performed the below steps,
- Connected my mobile device to my computer
- Enabled Developer mode on my mobile device
- The device gets listed in the Android studio
- When I click on the debug icon then I see "My application" on my mobile device as "Hello World! " My question is I have an android app in my mobile device and I have been developing something on this app. Now I would like to debug this app something like we have Developer tools in chrome to view the console and debug , is it not possible to view the same thing in android studio? The app that I'm trying to access is compatible to android and has been working fine however after I made a change it not working and I need to debug this issue. I tried the same with an android emulator however still the same issue persists.