简体   繁体   中英

Android Studio's AVD Manager crashes during AVD creation

Since the last update of Android Studio (0.8.14) on my Mac OSX, AVD Manager is not able to create AVD anymore.

AVD崩溃

It simply crashes during the process. Any idea ?

Using a command line to create a new AVD did the trick.

android create avd -n -t [- ] ...

http://developer.android.com/tools/devices/managing-avds-cmdline.html

This is the terminal command that worked for me:

android create avd -n custom_avd -t 1 --abi default/x86

You can find the correct ABI ( default/x86 in my case) using this command:

android list targets

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