Metadata-Version: 2.1
Name: android-sdk-enhanced
Version: 1.1.2
Summary: A better version of the command-line android SDK manager tool with a more intuitive interface.
Home-page: https://github.com/ashishb/android-sdk-enhanced
Author: Ashish Bhatia
Author-email: ashishb@ashishb.net
License: Apache
Keywords: Android ADB developer
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Description-Content-Type: text/markdown
Requires-Dist: docopt
Requires-Dist: psutil

# Android SDK Enhanced [![CircleCI](https://circleci.com/gh/ashishb/android-sdk-enhanced/tree/master.svg?style=shield&circle-token=b64e11ee679a0856cf50dbe559e3e59ebbb26466)](https://circleci.com/gh/ashishb/android-sdk-enhanced/tree/master) [![Build Status](https://travis-ci.com/ashishb/android-sdk-enhanced.svg?token=Da9XpqAfHHto2GefTigN&branch=master)](https://travis-ci.com/ashishb/android-sdk-enhanced) ![Python 3.6](https://img.shields.io/badge/python-3.6-brightgreen.svg)
A better version of the command-line android tool with a more intuitive interface.

### Usage

    androide [options] doctor
    androide [options] list build tools
    androide [options] list others
    androide [options] list installed packages
    androide [options] [--x86_64 | --x86 | --arm] [--google-apis | --no-google-apis | --android-tv | --android-wear] list api versions
    androide [options] [--x86_64 | --x86 | --arm] [--google-apis | --no-google-apis | --android-tv | --android-wear] install version <android-api-version>
    androide [options] update all    

### Options
    -v, --verbose       Verbose mode

