https://github.com/livingsprites/setup-godot-export
Step by step instructions for setting up godot window, android export for the game.
https://github.com/livingsprites/setup-godot-export
android export game-development godot godot-engine godot-export godot4 godotengine instructions
Last synced: about 2 months ago
JSON representation
Step by step instructions for setting up godot window, android export for the game.
- Host: GitHub
- URL: https://github.com/livingsprites/setup-godot-export
- Owner: livingsprites
- License: mit
- Created: 2025-09-21T14:27:25.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-10-07T13:54:50.000Z (9 months ago)
- Last Synced: 2025-10-07T15:36:35.221Z (9 months ago)
- Topics: android, export, game-development, godot, godot-engine, godot-export, godot4, godotengine, instructions
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# setup-godot-export
Step by step instructions for setting up godot window, android export for the game.
## Summarized Instruction
Below are the same step told on the youtube video but i make it shorter as much as possible, altough i highly recommend to watch the full youtube video as it explain every detail of the download processes and export setup preocesses concisely.
##
##
Getting Started
## 1. Download OpenJDK 17
go to the download site and find windows operating system and make sure its on x64 , then click the download icon that contains the .msi file, then patiently wait to finish download of the .msi installer.
[Download Here.](https://adoptium.net/en-GB/temurin/releases/?variant=openjdk17&version=17&os=any&arch=any)
##
## 2. Install OpenJDK Zip File
click the .msi and it will pop up a window setup installer, once open click the following:
next -> next -> install
after clicking install button it will start to prepare the openJDK file and patiently wait to finish the downloading process, after the finsih of downloading progress click finish button and you already done installing OpenJDK 🎉✨.
##
## 3. Downloading Android Studio
Go to the Download site of the android studio by clicking the "Download Android Studio Narwhal 3 Feature Drop" on the link below:
[Download Here.](https://developer.android.com/studio/)
##
## 4. Installing Android Studio
As you downloaded the exe file or the installer, click on it then it will appear a window pop up or the android studio installer, click the following:
next -> next -> next -> install
as you click the install button it will start to install the android studio then wait for it to complete, as on completion of download click next then make sure to have the "Start Adnroid Studio" get checked then click finish.
##
## 5. Setup Android Studio
As you redirect from the Android Studio app beginning setup , click next then select "Standard" then click next, we can see our sdk path folder and we will use it later, dont download any yet
##
## 6. Open a Godot Project
Open youre godot then select a project you want to export, then on the top left click on:
Editor -> Manage Export Templates
Then click Download and Install Templates and wait for the download progress to finish, after the download is finish go again to the
Editor -> Editor Settings -> (Scrolldown) Export -> Android
##
## 7. Get Android SDK Path
Open File Explorer then type on the searchbar:
```
%localappdata%
```
Click the Following Folders:
Android -> sdk
then on the search bar copy the folder path and paste it on the "Android SDK Path" in open godot,
##
## 8. Get Debug Keystore
Open command prompt then type:
```
where javac
```
then copy paste the path but it will only copy without the javac.exe, after that goto godot then paste it on the "Debug Keystore" after pasting it, click on the folder icon then you will see a file named "debug.keystore", select it by double clicking it.
##
## 9. Get Java SDK Path
then after that on the earlier where we typed where javac, copy again the link but now without the "/bin/javac.exe", then open godot again then paste it on the Java SDK Path
##
## 10. Export the Project
Now you're ready to export the project 🥳🎉✨, goto the following:
Project -> Export .. -> Add -> Android -> (Optional if have some error) Fix Import -> Export Project ...
After clicking the Export project its up to you where you gonna place teh apk file and ready to test the deployed application
##
[ 🐞 ] If any issues or concerns you can just put it on the issues, feedbacks are always welcome and we will keep it sharp as possible ✨