Advanced Godot | Exporting To Android in APK and AAB (2021)

Subscribe and learn more from me about Game Development and Programming! In this video, we go though the process of exporting to Android from Godot! This time we go though the process of exporting a basic apk to Android. Then we go though exporting an AAB file for Google console. Finally we create a release key and release it as a internal testing app out on Google Play. CHECK OUT THE WRITTEN COMPANION TO THIS TUTORIAL RESOURCES NEEDED FOR THIS PROJECT: VS Code: Android Studio: Open JDK: Google Console: COMMANDS USED IN TUTORIAL: Generate Debug Key: keytool -genkey -v -keystore -storepass android -alias androiddebugkey -keypass android -keyalg RSA -keysize 2048 -validity 10000 Generate Release Key: keytool -v -genkey -keystore -alias mygame -k
Back to Top