barrel
barrel

Reputation: 974

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

Upvotes: 4

Views: 2180

Answers (1)

Imran Rana
Imran Rana

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

Related Questions