Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ADT Eclipse/Android always builds/runs in debug mode

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

like image 428
barrel Avatar asked Dec 20 '22 20:12

barrel


1 Answers

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

like image 62
Imran Rana Avatar answered Dec 28 '22 05:12

Imran Rana