Godot Engine Android Export Tutorial
Here is a new Godot engine tutorial on how to export, install and open an Android Godot application on a real mobile device.

I explain which software you need, where to get it and how to configure Godot before you export the apk file.

I show how to install it manually on the Android device and also how to use the Godot One Click Deployment.

Download Android Studio:
https://developer.android.com/studio/

Download the JDK 1.8 from here:
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

Path to the adb:
%USERPROFILE%\AppData\Local\Android\sdk\platform-tools\

Path to the jdk for jarsigner:
C:\Program Files\Java\jdk1.8.0_172\bin

Path to the debug.keystore:
%HOMEPATH%/.android/debug.keystore

Keytool to generate Debug Keystore:
keytool -genkey -v -keystore %HOMEPATH%/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android -keyalg RSA -keysize 2048 -validity 10000 -dname “CN=Android Debug,O=Android,C=US”

See my social profiles here:
G+: https://plus.google.com/+JayAnAm
Twitter: https://twitter.com/jayanamgames
Facebook: https://www.facebook.com/jayanamgames
Patreon: https://www.patreon.com/jayanam

Production Music courtesy of Epidemic Sound: http://www.epidemicsound.com

View on YouTube

Vastaa

Sähköpostiosoitettasi ei julkaista. Pakolliset kentät on merkitty *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>