Skip to content

cli to open emulator without open android studio

License

Notifications You must be signed in to change notification settings

enieber/open-avd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • linux install bin
  • windows (execute avd.sh)
  • 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)