Skip to content

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

License

Notifications You must be signed in to change notification settings

yezhiyi9670/avd-launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published