Andrei Yankovich f04966fc03
Some checks failed
buildbot/DocsGenerator Build finished.
buildbot/WindowsCMakeBuilder Build finished.
buildbot/IOSCMakeBuilder Build finished.
buildbot/AndroidBuilder_v8Qt6 Build finished.
buildbot/LinuxCMakeBuilderQt6 Build finished.
Merge pull request #5 from QuasarApp/JDK17
JDK 17
2023-09-07 15:34:31 +03:00
2020-01-16 12:39:02 +03:00
2023-09-07 12:56:22 +03:00
2023-09-07 15:33:26 +03:00
2020-11-18 10:19:17 +03:00
2019-12-17 09:55:37 +03:00
2023-06-27 11:56:19 +03:00

Android SDK in snap-store

androidsdk androidsdk


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:

Get it from the Snap Store

Build

sudo snap install snapcraft --classic
snapcraft 

Using

androidsdk [options]

Use custom sdk root dir

androidsdk --sdk_root /my/sdk/root/dir [options]

Androidsdk options

Languages
Shell 100%