Android Command-line tools plugin for mise and asdf.
bash: 4.4+curl: 7.60+unzip: 6.0+yq: 4.41.1+java: 8+- Android SDK 9+ requires Java 11+
- Android SDK 11+ requires Java 17+
- POSIX utilities
ANDROID_SDK_MIRROR_URL: set this environment variable to load the Android SDK from a mirror instead of dl.google.com.
mise plugins install android-sdk https://github.com/Syquel/mise-android-sdk.gitasdf plugin add android-sdk https://github.com/Syquel/mise-android-sdk.git# Show all installable versions
mise ls-remote android-sdk
# Install specific version
mise install [email protected]
# Set a version globally (on your ~/.tool-versions file)
mise use --global [email protected]# Show all installable versions
asdf list-all android-sdk
# Install specific version
asdf install android-sdk latest
# Set a version globally (on your ~/.tool-versions file)
asdf global android-sdk latest# Now android-sdk commands are available
sdkmanager --helpCheck mise or asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!
See LICENSE © Frederik Boster