This is a bash script for run Android Virtual Devices on Linux via terminal.
- Clone the repository
- Install Figlet
sudo apt install figlet
- Execute
chmod +x avdrunner
on your shell to make script executable - Run with command
./avdrunner
- Enjoy ...
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/