When I run my application on my phone from eclipse, it always works in debugging. It has only just begun. I guess I must have accidentally changed my preference or something else, but I can’t understand what. Does anyone know how I can switch it so that I can work without debugging?
Thank you in advance
TAO
I found that someone else reported the same error
http://osdir.com/ml/AndroidDevelopers/2009-08/msg00603.html
They allowed it when the phone rebooted.
The same thing worked for me .... how frustrating !!!!!!
At least now it works.
Mass thanks to Aaron Digulla for our help.
. - -Xdebug=.... .
-Xdebug=...
. , Common - (, ), .
Common
.Eclipse Android dev android:debuggable="true" AndroidManifest.xml. , , 'run' 'debug' Eclipse.
android:debuggable="true"
I know that this contribution is a little late, but here it goes. Make sure you don’t have a method android.os.Debug.waitForDebugger()called from your code. If so, just delete or comment on it and try again.
android.os.Debug.waitForDebugger()