简体   繁体   中英

AVD not starting up in android studio 3.0

I'm currently installing Android studio and I've to configure AVD. To open AVD I'm writing this command in cmd:

android create avd

but it's not working.

Also I am not able to see adv manager under

tools>android>avd

as specified in various articles.

Please guide.

android command is deprecated

For command line tools use

tools\bin\avdmanager.bat

Android/Sdk/tools/bin/avdmanager create avd --force --name testAVD --abi google_apis/x86_64 --package 'system-images;android-23;google_apis;x86_64'

For SDK you can use tools\\bin\\sdkmanager.bat

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM