open-avd icon indicating copy to clipboard operation
open-avd copied to clipboard

cli to open emulator without open android studio

open-avd

this project is based in this question, Open AVD or emulators without opening Android Studio that has this gist to work in linux and my modification to work in windows 7.

Support

  • [x] linux install bin
  • [x] windows (execute avd.sh)
  • [x] macOS (execute avd-mac.sh)

To run

  • copy file with base in your OS
  • change permission to 755
  • execute file to open emulator

To install bin in linux

  • createa file in /bin/avd
  • AVD file or AVD2 file
  • change permission with this command sudo chmod -x /bin/avd
  • run avd in terminal

Thanks

The big thanks for the help:

Licence (MIT)