mirror of
https://github.com/QuasarApp/sdkmanager-android.git
synced 2025-04-25 12:34:31 +00:00
Android SDK in snap-store
Description
This is snap version of console sdk manager for Android. For more information about sdkmanager see official google documentation
sdkmanager
The sdkmanager is a command line tool that allows you to view, install, update, and uninstall packages for the Android SDK. If you're using Android Studio, then you do not need to use this tool and you can instead manage your SDK packages from the IDE. The sdkmanager tool is provided in the Android SDK Tools package (25.2.3 and higher) and is located in ~/AndroidSDK.
Install
sudo snap install androidsdk
or download from:
Build
sudo snap install snapcraft --classic
snapcraft
Using
androidsdk [options]
Use custom sdk root dir
androidsdk --sdk_root /my/sdk/root/dir [options]
Languages
Shell
100%