How to create .apk for my project

mrjaw

Active Member
Licensed User
Longtime User
Hi!
I wanna put my project in my website for everybody download and install in their android device but I dont know how to generate the apk.

I have read a few post but just tell me about generate a private key but in any place I cant get the apk file.

Anybody has a cluee how to do this ?

Thks!
 

Mahares

Expert
Licensed User
Longtime User
In the IDE, select the Release mode which is on the second horizontal bar menu. You find 'Release' by clicking the arrow to the right of 'Debug'. Connect your device and compile the project in release mode. When it compiles, open the folder where your project is. You will see a subfolder called: Objects. When you open that Objects subfolder, you will see the apk file with the apk extension.
 
Upvote 0
Top