Unable to debug Android Application [SOLVED]
I'm trying to debug my android application on InteliJ. But when I press the debug button, the debug tab opens but the steping buttons doesnt show and the breakpoint is not reached. I've set the Run/Debug Edit Configurations, but that still keep without showing the stepping buttons and the breakpoint is not reached.
Any Idea??
Thanks.
请先登录再写评论。
Do you see anything in the LogCat about the debugger not being able to attach?
I assume that your app is still being installed and run on the device/emulator, so ADB must be working properly. If you are trying to debug on a real device, do you have USB Debugging turned on in the settings?
I solved it by unmarking in the debugger "dont stepping into this files", so all files are unmarked. :)