Welcome to the Android Emulator CLI tool! This tool allows you to easily spin up an Android emulator without needing to install Android Studio. It wraps all the necessary Android CLI binaries in a script to do the hard work for you!
- Android CLI Tools
- JDK8
- Android Emulator Tools
- Android Platform Tools
- Android Build Tools
- Android Platform (Currently API 29)
- Android System Images (Currently API 29)
- Configures an API 29 emulator and launches it!
-
Open a terminal on your computer
-
Copy and paste this command into your terminal and hit enter!
curl -s https://ibotta.github.io/android-emulator-cli/android_emulator_cli.sh | bash
If your emulator has got into a bad state you can remove your emulator by running:
rm -rf ~/.android/avd/
followed by the usual curl
script above to re-setup the emulator.