How can I compile an apk from a github source

I want to build an APK from this GitHub repository: https://github.com/SDLash3D/cs16-client/ How do I do this? (Please indicate the name of the required applications (preferably for Windows) and the process)

+4
source share
1 answer

To make apk from this android folder for your repo, use git or whatever tool you prefer.

And open an Android studio, if you don’t have one, download it from this link

If you don’t have sdk android application, you can download android android package

http://developer.android.com/sdk/index.html

You will need jdk for this. If you do not have this, download it and install.

http://www.oracle.com/technetwork/java/javase/downloads/index.html

jdk JAVA_HOME .

.

Android .

Android , apk .

apk app-build-output-apk.

+2

Source: https://habr.com/ru/post/1625990/


All Articles