I have two android projects one library project (A) and the second one an android project (B) which is referencing the android library project A.
Both projects are in the workspace ..
When I am debugging the application project B and drill down into the library code of project A. Eclipse takes me to the class file instead of the .java file.
This is quite annoying, causing quite a few redundant files opening up,..
If the code is there in the workspace, I expect breakpoints etc to hit in java files and not in the .class files.
Please any ideas ?
Thank you, Ahmed