Android Question How to generate an apk for distribution

Arlie

New Member
Newbie here. I want to generate an apk that I can distribute & it says in a post "Run your app in Release mode". How do you do that since I can't find the option in the menu.
 

Arlie

New Member
I tried installing manually to my phone the apk in the /Objects but when I ran it I see the message "Waiting for debugger to connect and then it exits". Did I miss anything?
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Did I miss anything?
Do not compile in DEBUG Mode if you wantr to redistribute the APK. Always compile in RELEASE Mode for this.

Debug should only be used to develop.
 
Upvote 0
Top