Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quasarapp/sdkmanager-android
Wraper of android sdk manager for snap store
https://github.com/quasarapp/sdkmanager-android
android android-ndk android-sdk sdk sdkmanager snap snap-store ubuntu
Last synced: 3 months ago
JSON representation
Wraper of android sdk manager for snap store
- Host: GitHub
- URL: https://github.com/quasarapp/sdkmanager-android
- Owner: QuasarApp
- License: mit
- Created: 2019-12-17T06:55:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T12:04:34.000Z (about 1 year ago)
- Last Synced: 2024-03-18T13:21:38.507Z (11 months ago)
- Topics: android, android-ndk, android-sdk, sdk, sdkmanager, snap, snap-store, ubuntu
- Language: Shell
- Size: 2.91 MB
- Stars: 15
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Android SDK in snap-store
[![androidsdk](https://snapcraft.io//androidsdk/badge.svg)](https://snapcraft.io/androidsdk)
[![androidsdk](https://snapcraft.io//androidsdk/trending.svg?name=0)](https://snapcraft.io/androidsdk)
## Description
This is snap version of console sdk manager for Android. For more information about sdkmanager see official google [documentation](https://developer.android.com/studio/command-line/sdkmanager)
### sdkmanagerThe 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.
## Installsudo snap install androidsdk
or download from:
[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/androidsdk)
## Build
sudo snap install snapcraft --classic
snapcraft## Using
``` bash
androidsdk [options]
```### Use custom sdk root dir
``` bash
androidsdk --sdk_root /my/sdk/root/dir [options]```
[Androidsdk options](https://developer.android.com/studio/command-line/sdkmanager)