Skip to content

zavierferodova/AVD-Runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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
  3. Execute chmod +x avdrunner on your shell to make script executable
  4. Run with command ./avdrunner
  5. 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

About

Android Virtual Device Runner For Linux and Mac OS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages