Mac Terminal - How to start Android Virtual Device Manager on CLI?

前端 未结 5 1882
独厮守ぢ
独厮守ぢ 2020-12-15 06:23

I am currently developing a mobile web application and I don\'t have a test device yet so I\'m using the android-emulator to check the site. On my mac, I have installed the

5条回答
  •  無奈伤痛
    2020-12-15 06:45

    Go to tools directory inside your android sdk like:

    cd ~/Android/Sdk/tools
    

    and enter run your avd as

    ./emulator -avd 
    

    You can find your avd name by running:

    ./emulator -list-avds
    

提交回复
热议问题