Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add button to download android SDK's #171

Open
4 tasks
unitycoder opened this issue Nov 4, 2024 · 1 comment
Open
4 tasks

add button to download android SDK's #171

unitycoder opened this issue Nov 4, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@unitycoder
Copy link
Owner

  • add context menu item to download android sdk's
  • get list of download files from unity releases api (for that unity version)
  • download them to temp folder
  • unzip into target folder (releases api has example paths, but need to allow user to set sdk root folder)

can get download files from
https://services.api.unity.com/unity/editor/release/v1/releases?limit=25&offset=0

image

@unitycoder unitycoder added the enhancement New feature or request label Nov 4, 2024
@hifron
Copy link

hifron commented Dec 14, 2024

android is more sdkmanager oriented(not in Unity integration yet) like

#sdkmanager --update
#sdkmanager --list_installed

#sdkmanager --list
# if newer there is also same version build tools required by Android Studio also if newer installed
#sdkmanager --uninstall "build-tools;34.0.0"
#sdkmanager --uninstall "platforms;android-34"
#sdkmanager --install "platforms;android-35"
#sdkmanager --install "platform-tools"
#sdkmanager --install "emulator"
#sdkmanager --uninstall "sources;android-34"
#sdkmanager --install "sources;android-35"
#required for Android Studio for Android 14
#sdkmanager --install "system-images;android-35;google_apis;x86_64"
#sdkmanager --install "build-tools;35.0.0"

there could also be google-installer like in Ubuntu... without much Android Studio need, but licenses are there...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants