Skip to content

Exporting for Android - add instructions for SDK installation through Scoop on Windows #11124

@udit

Description

@udit

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:manualIssues and PRs related to the Manual/Tutorials section of the documentationenhancement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions