The app works when i run it normally But when i put a breakpoint and run it eclipse pop up window with this content:
source attachment does not contain the source for the file dexfile.class
The app works when i run it normally But when i put a breakpoint and run it eclipse pop up window with this content:
source attachment does not contain the source for the file dexfile.class
Attach the Android source code to your build path, so you can see the java code in the debugger.
Instructions here: Is there an easy way to attach source in Eclipse?