Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zavierferodova/avd-runner

Android Virtual Device Runner For Linux and Mac OS
https://github.com/zavierferodova/avd-runner

android emulator linux mac

Last synced: 4 days ago
JSON representation

Android Virtual Device Runner For Linux and Mac OS

Awesome Lists containing this project

README

        

# Android Virtual Device Runner

This is a bash script for run Android Virtual Devices on Linux via terminal.

## Usage
1. Clone the repository
2. Install Figlet `sudo apt install figlet`
2. Execute `chmod +x avdrunner` on your shell to make script executable
3. Run with command `./avdrunner`
4. Enjoy ...

## Path Change

To change Android Emulator Path location edit the `avdrunner` file and change variable `emulator_path` with your custom Android Emulator Path.

Example :
- change : `emulator_path=~/Library/Android/Sdk/emulator/`
- to : `emulator_path=/opt/Android/Sdk/emulator/`

## Screenshoot

![Screenshoot](https://github.com/zavierferodova/AVD-Runner/blob/main/Screenshoot.png?raw=true)