How to open the AVD manager on Ubuntu Linux from the command line?

后端 未结 10 1211
别那么骄傲
别那么骄傲 2020-12-01 07:37

How to open the AVD manager on Ubuntu Linux from the command line?

10条回答
  •  误落风尘
    2020-12-01 08:19

    ./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 !

提交回复
热议问题