Hi All.
I am trying to debug android application using IntelliJ IDEA 13.1.2. I have "no executable code found at line" when I set breakpoint at any line from my code. First of all I noticed that stacktraces with my code is printed without line numbers and I susspect my apllication does not have debug information, but I have no idea how to emforce it. Anywhere, I have
1. IntelliJ IDEA 13.1.2
2. Started android emulator
3. IntelliJ IDEA android debugguer attached to my activity
4. Many breakpoints set to diffrent places in my code, all with crosses and "no executable code found at line"