-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Open
Labels
area:manualIssues and PRs related to the Manual/Tutorials section of the documentationIssues and PRs related to the Manual/Tutorials section of the documentationenhancement
Description
Your Godot version: 4.3
Issue description:
For Windows add the following alternative method for installing OpenJDK and Android SDK using Scoop
- Install OpenJDK and Android SDK Command-Line Tools using following command:
scoop install openjdk android-clt
- 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"
- 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
Metadata
Metadata
Assignees
Labels
area:manualIssues and PRs related to the Manual/Tutorials section of the documentationIssues and PRs related to the Manual/Tutorials section of the documentationenhancement