alexfu / avd-launcher

Launch an Android Virtual Device without Android Studio.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 launch 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.

About

Launch an Android Virtual Device without Android Studio.


Languages

Language:TypeScript 92.9%Language:JavaScript 6.4%Language:Batchfile 0.7%