Wish Default Release option

iCAB

Well-Known Member
Licensed User
Longtime User
I wish there is an option to set default release mode permanently so we don't release an app accidentally with the wrong option

For example a separate menu to select release mode (obfuscated/normal). The selected option will be the only one visible in the drop down

Thank you
iCAB
 

DonManfred

Expert
Licensed User
Longtime User
Create a BATCH file for compiling a release.
Use the commandline builder to build a release compilation.

In fact it is just a kind of BE CAREFUL what you do! If you are careful then there is no accident.

I for myself ALWAYS compile my apps in Release. EVEN while developing.
 

iCAB

Well-Known Member
Licensed User
Longtime User
Create a BATCH file for compiling a release.
Use the commandline builder to build a release compilation.

Hi DonManfred

Thanks for your reply. The above sound good, but I never tried it.
May be I should look into it, at least this way I will be using a different procedure for releasing to the Play Store (which will eliminate any accidents)

Thanks again
 

iCAB

Well-Known Member
Licensed User
Longtime User
It is very unlikely that you will upload a debug APK as it is named <yourapp>_DEBUG.apk
I wasn't worried about the debug apk, I just want to make sure that the app uploaded to the store is always compiled in obfuscated mode
 
Top