yezhiyi9670 / avd-launcher

A frontend UI for launching Android Virtual Devices (avd) without having to start Android Studio.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AVD Launcher


A frontend UI for launching Android Virtual Devices (avd) in the legacy window without having to start Android Studio. Including "boot with writable system image" option, if you want to test Magisk modules or root apps.

Screenshot

Build from source

Reminder: If you simply want to use it instead of building it, download it from releases.

First create an empty directory, and then create resources/app/ under that. Place the source in resources/app/.

Open app directory and initialize.

npm update

To test the source, run

npm run start

To build the distributable, run

npm run make

You can find binaries in out/.

Setup

Before you can use AVD Launcher, you should install Android Command-line Tools using the SDK manager in Android Studio.

Put the executables under an empty directory, and start avd-launcher.exe to use.

You may see an error. In that case, check settings and set them correctly.

Hint: The target program executed is something like d:/android_sdk/cmdline-tools/latest/bin/avdmanager.bat.

About

A frontend UI for launching Android Virtual Devices (avd) without having to start Android Studio.

License:MIT License


Languages

Language:JavaScript 50.4%Language:CSS 49.0%Language:HTML 0.6%