AVD Manager - Cannot Create Android Virtual Device

后端 未结 16 1622
轻奢々
轻奢々 2020-11-28 02:54

I just installed the Android Eclipse Plugin and the Android SDK from Google yesterday. I open the AVD Manager window by going to Window -> Android Virtual Device Ma

相关标签:
16条回答
  • 2020-11-28 03:01

    If you have changed the SDK Path somehow it will not be able to find the SDKs you installed even though it is listing them fine.

    I solved by openig Android SDK Manager and in that dialog choosing the menu Tools -> Manage AVDs. And when you open Manage AVDs directly from the toolbar of Eclipse you should Refresh to see the AVD you created.

    0 讨论(0)
  • 2020-11-28 03:03

    you need to avoid spaces in the AVD name. & Select the "Skin" option.

    0 讨论(0)
  • 2020-11-28 03:03

    Try to create an AVD with the monitor.bat in the tools-folder, that worked out for me!

    0 讨论(0)
  • 2020-11-28 03:03

    I actually hit on this problem a week ago. The issue had to do with not using an updated Eclipse version of the Android SDK plugin with the latest version of the SDK. It was a fun problem overall, but it disappeared as soon as I updated it.

    I had even updated the AVD images and no luck. Apparently the old plugin cannot see the new image layout or something. This is for version 22.3 of the SDK.

    0 讨论(0)
  • 2020-11-28 03:07

    You either haven't selected a CPU/ABI target in the dropdown below the target, or you haven't installed a system image. Open your SDK manager and ensure that you've installed ARM EABI v7a System Image under the Android 4.2 section.

    0 讨论(0)
  • I had the same problem, although all required packages were installed. I closed down Eclipse, ran monitor.bat in the \android-sdks\tools\ folder, opened the AVD Manager from there, and I was able the create virtual devices here.

    0 讨论(0)
提交回复
热议问题