Android Question How to distribute an apk

drmaize

New Member
Licensed User
I have written a small program on the pc. I tested it on my android using the Bridge utility. Now I want to put this program on my android as a stand alone application. Any help will be appreciated. Thanks
 

Mahares

Expert
Licensed User
Longtime User
What you need to do:
1. Compile the program in 'Release' mode
2. Find the Objects subfolder inside your project folder.
3. You will see the apk file. Copy it to your device SD card or where ever you want. Then click it to start the installation as a stand alone.
 
Upvote 0
Top