How to make apk file | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

How to make apk file

make android app

7th Sep 2017, 6:14 AM
MAX MAD
MAX MAD - avatar
3 Answers
+ 3
I think can java programming
7th Sep 2017, 6:19 AM
Maduka Imalsha
Maduka Imalsha - avatar
+ 5
see my answer to https://www.sololearn.com/Discuss/605467/?ref=app where tools are listed else https://www.sololearn.com/Discuss/691213/?ref=app gives some more info
7th Sep 2017, 6:30 AM
Abdur-Rahmaan Janhangeer
Abdur-Rahmaan Janhangeer - avatar
+ 3
You mean build an APK file? It depends on which platform you're using. With android you could easily do it in Android studio by simply pressing build apk on the tool bar. In unity game engine you'll need the Android libraries and the Android SDK, Java JDK to build your game as an apk. Also important to note that there are 2 types of builds, signed apk and unsigned apk. You could also download android sdk build tools and build your apk using a command line.
7th Sep 2017, 6:26 AM
Nick Nderitu
Nick Nderitu - avatar