Reputation: 974
To all,
Busy writing my first Android app, using ADT/Eclipse. I use my phone as deployment environment, since the emulator is too slow on my PC.
Making great progress, except that lately the application is always deployed in debug mode, even if I 'run' the application in normal mode.
Tried rebuilding/uninstalling, but whatever I do, it has no impact.
Any help appreciated. Barry
Upvotes: 4
Views: 2180
Reputation: 11909
Restarting the device should solve your problem.
You can find details here: eclipse-android-project-always-lauching-in-debug
Also take a look at eclipse-runs-debug-mode-even-when-i-click-run
Upvotes: 11