How to open the AVD manager on Ubuntu Linux from the command line?
For me, ./android avd
worked, where android
was the shell script under android-studio/sdk/tools
.
Use android avd
to open the AVD Manager.
./android avd
is deprecated use ~/Android/Sdk/tools/bin/avdmanager --help
instead!
or if it is easier for you, move to the directory and use it like in the old version:
cd ~/Android/Sdk/tools/bin/
./avdmanager
check new [options]
with --help
or -h
before you use avdmanager
first occurence in Android Studio 2.3 !
Android studio:v3.0.1
Get name:
/home/user/Android/Sdk/tools$ android list avd
Start emulator:
/home/user/Android/Sdk/tools$ emulator -avd Nexus_6_API_23