开发者

Run without debugging in eclipse

When I run my app on my phone from eclipse, it always runs in debug. This has only recently started to happen. I guess I must have inadvertently changed a preference or something, but can't 开发者_C百科work out what. Does anyone know how I can switch it back so I can run without debugging?

Thanks in advance

TAO


I found someone else reporting the same error

http://osdir.com/ml/AndroidDevelopers/2009-08/msg00603.html

They resolved it with a phone restart.

The same worked for me.... how frustrating!!!!!!

At least its working now.

Massive thanks Aaron Digulla for our help.

TAO


Check the VM options in the project's properties. There should be something like -Xdebug=.... Remove that.

I suggest to duplicate the entry and create a second one without the debug options. Also note that under Common, you can save the launch config somewhere (for example in your project), so this setup doesn't get lost.


Just ran across this issue.
Sometimes the Eclipse Android dev environment sets the application property android:debuggable="true" in the AndroidManifest.xml file. This will cause your app to run in debug mode regardless of if you press 'run' or 'debug' in Eclipse.


I know this contribution comes a little late, but here it goes. Be sure you do not have any android.os.Debug.waitForDebugger() method invoked since your code. If so, just remove or comment it and rerun your application.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜