When I try to debug my program, I set a breakpoint at the beginning of activitycreate, and compile
in debug mode. After it finishes compiling, it says " waiting for ide debugger to connect" for a few seconds, and then minimizes the program. The debug windows are visible for about one second, as well
as the step, step over, controls. then they go away.
I read this in another thread:
In order for the debugger to work the INTERNET permission must be added to the manifest. This usually happens automatically. In your case you should add it manually for debugging to work.
But I have no idea how to do this. Steve