Export Godot Project to Android 2022 | Release and Debug APK

Опубликовано: 03 Апрель 2026
на канале: Dicode
33,124
698

DEBUG KEYSOTRE:
keytool -keyalg RSA -genkeypair -alias androiddebugkey -keypass android -keystore debug.keystore -storepass android -dname "CN=Android Debug,O=Android,C=US" -validity 9999

RELEASE KEYSOTRE:
keytool -genkey -v -keystore release.keystore -alias yourKeyAlias -keyalg RSA -keysize 2048 -validity 10000
---------------------------------------------------------------------------------------------------------------------------
Article for understanding App icons:
  / designing-adaptive-icons  
---------------------------------------------------------------------------------------------------------------------------

Hello everyone!
Here I am, with another Godot tutorial.
Godot is an amazing game engine and on top of that android is one of the most popular and commonly used OS, and being able to make games for android, increase your userbase drastically.
Exporting to android is really simple once you setup everything correctly, and in this video, I have completely explained everything that you need to setup and how to export your game.
I have also explained some of the important export setting that you will use often. So, watch the video till the end.

--------------------------------------------------------
See these to enhance your visual effects:

1) Create 2D fire in Godot:
   • How to create realistic 2D fire in Godot |...  

2) Grass motion effect using Shaders:
   • Grass wind animation using simple Shader i...  

3) Create lightning in Godot:
   • Create Lightning in Godot | Godot Tutorial  
---------------------------------------------------------------------------------------------------------------------------
TimeStamp:
(0:00) Overview
(0:18) Download Export Template
(0:41) Getting Android SDK
(1:44) Creating Debug keystore
(2:45) Exporting Debug APK
(3:25) Creating Release keystore
(4:16) Exporting Release APK
(4:43) Other Export setting
(7:08) End Talk