Skip to content

a simple setter for run the android emulator in terminal without the Android Studio

Notifications You must be signed in to change notification settings

gabriel-batistuta/run_android_emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

run_android_emulator

this script allow you to run the android emulator without the Android Studio

** you need to download the emulator in Android Studio first

set up your environment

git clone https://github.com/gabriel-batistuta/run_android_emulator.git

cd run_android_emulator

sudo chmod +x main.sh

sudo chmod +x core/list_devices.sh

./core/list_devices.sh
# copy the device that you want of this list

nano core/list_devices.sh
# replace the device copied to @[ YOUR_DEVICE ]
# ex: @[ YOUR_DEVICE ] --> @Galaxy_Nexus_API_22
# save (CTRL + O), press Enter and exit (CTRL + X)

sudo ./main.sh

# for open the eumlator:
emulator

About

a simple setter for run the android emulator in terminal without the Android Studio

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages