An open API service indexing awesome lists of open source software.

https://github.com/erickzanardo/android.sh

Simple bash utility to use Android CLI tools
https://github.com/erickzanardo/android.sh

Last synced: 2 months ago
JSON representation

Simple bash utility to use Android CLI tools

Awesome Lists containing this project

README

        

# android.sh

android.sh is a simple bash script to help using the android sdk cli tools, it tries to unify the emulator and adb tools into an unique utility tool.

```
android.sh 0.0.1

--help - prints this help message
--list-avds - List all avaiable AVDs
--avd avd-name - Starts the AVD with the avd-name
--favd - Starts the first AVD from the avd list
```