+ 4
How to make apk file
make android app
3 Respostas
+ 3
I think can java programming
+ 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
+ 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.