https://github.com/enieber/open-avd
cli to open emulator without open android studio
https://github.com/enieber/open-avd
android-emulator avd emulator linux macos react-native-tools windows
Last synced: about 1 year ago
JSON representation
cli to open emulator without open android studio
- Host: GitHub
- URL: https://github.com/enieber/open-avd
- Owner: enieber
- License: mit
- Created: 2018-07-20T13:51:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-31T10:19:01.000Z (over 3 years ago)
- Last Synced: 2025-04-10T00:06:53.918Z (about 1 year ago)
- Topics: android-emulator, avd, emulator, linux, macos, react-native-tools, windows
- Language: Shell
- Homepage:
- Size: 16.6 KB
- Stars: 27
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# open-avd
this project is based in [this question, Open AVD or emulators without opening Android Studio](https://superuser.com/questions/1186289/open-avd-or-emulators-without-opening-android-studio) that has [this gist to work in linux](https://gist.github.com/hidroh/67b2ee7bbdd9038450c00d8a4d69c3fa) and my modification to work in windows 7.
## Support
- [x] linux [install bin](#To-install-bin-in-linux)
- [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](https://github.com/enieber/open-avd/blob/master/avd) or [AVD2 file](https://github.com/enieber/open-avd/blob/master/avd2)
- change permission with this command `sudo chmod -x /bin/avd`
- run avd in terminal
## Thanks
The big thanks for the help:
- [Ha Duy Trung (@hidroh)](https://github.com/hidroh)
- [Alex Ferreira (@alex1a)](https://github.com/alex1a)
## Licence (MIT)