Skip to content

Ibotta/android-emulator-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Android Emulator CLI

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!

What it downloads, installs, and configures:

  • 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!

Usage

  1. Open a terminal on your computer

  2. 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
    
note: Current support for Mac OS and Linux only.

Technical Difficulties

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages