godotengine / godotengine/godot-docs
Exporting for Android - add instructions for SDK installation through Scoop on Windows
- Dominant language
- reStructuredText
- Stars
- 5.7k
- Forks
- 3.8k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 25
Description
**Your Godot version:** 4.3
**Issue description:**
For Windows add the following alternative method for installing OpenJDK and Android SDK using Scoop
1. Install OpenJDK and Android SDK Command-Line Tools using following command:
`scoop install openjdk android-clt`
2. Run the following sdkmanager command to complete the setup process:
`sdkmanager "platform-tools" "build-tools;34.0.0" "platforms;android-34" "cmake;3.10.2.4988404" "ndk;23.2.8568313"`
3. Set following paths in Godot Editor's Android settings:
Android SDK Path - %userprofile%\scoop\apps\android-clt\current
Java SDK Path - %userprofile%\scoop\apps\openjdk\current
**URL to the documentation page (if already existing):** https://docs.godotengine.org/en/stable/tutorials/export/exporting_for_android.html
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.