Skip to content
This repository has been archived by the owner on May 19, 2019. It is now read-only.

kuluna/androidsdkgui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android SDK GUI

Reborn the Android SDK GUI Tool

demo

Overview

GUI Application wrapping Android SDK CUI tool (sdkmanager).

Deprecated official GUI tool

Version 25.0.0, "android" command is deprecated.

  • CUI => Replace "sdkmanager"
  • GUI => Android Studio only

Android SDK GUI is Reborn the GUI!

Support Platform

Using Electron, it should work on any platforms.

  • Windows x64 (My develop environment)
  • Mac
  • Linux

Usage

  1. Download Android SDK
  2. Run command {Android-SDK-Path}/tools/bin/sdkmanager --licenses
  3. Download release or clone this repository
  4. Run app
  5. Setting path
  6. Click to install (avaiable only)

Feature

  • Download SDK packages (But UI is not cool...)
    • Show lists
    • Install
    • Delete
    • Update tools
    • Cancelling install/update
    • Check licenses
  • AVD
  • Proxy support
  • macOS keyboard shortcut

And requesting features!

Develop

Nodejs required.

$ git clone https://github.com/kuluna/androidsdkgui.git
$ cd androidsdkgui
$ npm install
$ npm start

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT License.