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
- Host: GitHub
- URL: https://github.com/erickzanardo/android.sh
- Owner: erickzanardo
- License: mit
- Created: 2019-07-09T19:23:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-15T19:16:15.000Z (almost 6 years ago)
- Last Synced: 2025-02-06T07:12:37.667Z (4 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```