Location of saved built files

Monkey Forums/Monkey Beginners/Location of saved built files

blueFire(Posted 2014) [#1]
When I create a file for Android (using the "Build/Run" or the "Build" button at the top of the ide) where is the .apk filed saved at?

Can I change this to another location?

Jason


Gerry Quinn(Posted 2014) [#2]
It's at yourappdir/build/android/bin/MonkeyGame-debug.apk.

(It will still be called the same even in release mode.)

I don't know if it can be changed.