0
How make apk
Andriod
2 Respostas
+ 2
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
0
Please post your question once. Thank you