June 2018
Beginner to intermediate
298 pages
7h 38m
English
In order to export your project to Android, you'll need to download the Android software development kit (SDK) from https://developer.android.com/studio/ and the Java Development Kit (JDK) from http://www.oracle.com/technetwork/java/javase/downloads/index.html.
When you run Android Studio for the first time, click on Configure | SDK Manager and make sure that you install Android SDK Platform-Tools:

This will install the adb command-line tool, which Godot uses to communicate with your device.
After you've installed the development tools, create a debug keystore by running the following command:
keytool -keyalg RSA -
Read now
Unlock full access