avinh / avd-laucher

AVD Laucher UI for android studio emulator

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 Instruction

Install NPM package globally

Dev

npm start

For macOS and Linux

# install dependencies
npm install --save-dev
# or
yarn install -D

Package application

For macOS and Linux

npm run dist
#or 
yarn dist

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

Require

install java sdk and jre 18

About

AVD Laucher UI for android studio emulator

License:MIT License


Languages

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