How to install monkey app as release?

Monkey Targets Forums/Android/How to install monkey app as release?

AdamRedwoods(Posted 2011) [#1]
I've searched, but cannot find any way to push an .apk file from monkey IDE to the device as release mode (non-debug).

My only thought is to rebuild trans.exe using "ant release" instead of "ant install".

I'm sure there's a way to get ant to push the release version, but I'm lost.



Thanks.


therevills(Posted 2011) [#2]
In Monk (Monkey IDE), go to Program > Build Options and untick Debug Build, then just build - easy :)


matty(Posted 2011) [#3]
Just in case you are looking for details relating to signing the app and releasing on the android market - this thread has some good details:

http://www.monkeycoder.co.nz/Community/post.php?topic=1014&post=8800


AdamRedwoods(Posted 2011) [#4]
Ah ok, so the debug key and debug.apk doesn't effect the code or runtime performance at all. Thank you.