I'm trying to debug my app in my phone but Android Studio can't see some parts of my code as executable with the warning:
No executable code found at line XX in class ...
Following is the image of the breakpoints, I try to debug line by line bug it just skips the lines with the X breakpoints. I tried to debug in eclipse and got the same behavior.
Using:
- Android Studio 0.4.2
- LG G2
- Android 4.2.2
Is there a way to fix this?