Skip to content

livingsprites/setup-godot-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

setup-godot-export

Step by step instructions for setting up godot window, android export for the game.

Summarized Instruction

Export Android Game Demo

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.


Rocket 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.

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.

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 ✨

About

Step by step instructions for setting up godot window, android export for the game.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •