All Projects → alexfu → avd-launcher

alexfu / avd-launcher

Licence: other
Launch an Android Virtual Device without Android Studio.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
Batchfile
5799 projects

Projects that are alternatives of or similar to avd-launcher

gdb 2 root
This python script adds some usefull command to stripped vmlinux image
Stars: ✭ 20 (-44.44%)
Mutual labels:  avd
ansible-avd
Ansible Arista Validated Design
Stars: ✭ 134 (+272.22%)
Mutual labels:  avd
avd-cEOS-Lab
A repository with playbooks to implement basic EVPN/VXLAN Fabric using Arista AVD and cEOS-Lab
Stars: ✭ 36 (+0%)
Mutual labels:  avd
wa-avd-docker
A Docker image based on Ubuntu Desktop with VNC and noVNC access, that runs a lightweight Android Virtual Device with WhatsApp pre-installed.
Stars: ✭ 113 (+213.89%)
Mutual labels:  avd
avd-root
Root permissions for Android Virtual Devices
Stars: ✭ 112 (+211.11%)
Mutual labels:  avd

avd-launcher

Launch an Android Virtual Device without Android Studio.

But why?

We can already launch AVDs without Android Studio by using the emulator command.

$ emulator -avd avd_name

This CLI tool does nothing more than wrap the above command and provides an easier way to interface.

demo

Install

Install via npm:

$ npm install --global avd-launcher

Then run avd from your terminal.

Notes

Currently, this tool assumes that you have an ANDROID_HOME environment variable set in your shell that points to a valid Android sdk directory.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].