AVD Manager - Cannot Create Android Virtual Device

后端 未结 16 1623
轻奢々
轻奢々 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:09

    On Kubuntu 12.04, Eclipse Kepler, ADT installed, I experienced the same symptoms. The ARM EABI v7a System Image was already installed. The way out was to run the tool from the command line, then it did not complain. I guess a restart of eclipse could have done the trick but I am not sure any more if I tried dit or not.

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

    Hey guys I had the same problem but now I got it: Check which API you are selecting and for that API version is CPU/ABI available or not. If it's available then your work is done! Select the device according to the windows supporting it.

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

    Launching the AVD Manager from Visual Studio 2015 resolved this issue for me.

    I had (a lot of packages) all the required packages installed but hadn't used them for some time & had issues detecting them in the SDK manager. I attempted all the solutions provided above to no avail, including running the AVD after running the monitor.bat file in 'android/sdk/tools'.

    I then launched the AVD from VS in 'Tools->Android->Android Emulator Manager' and it detected both 'Google APIs Intel Atom x86' & the ARM EABI v7a system Images right off the bat!

    Target is set to API Level 23.

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

    I had trouble creating an AVD.

    Either:

    • re-start eclipse after installing SDK versions from the SDK manager, or
    • you should run the "AVD Manager.exe" outside of Eclipse
    0 讨论(0)
  • 2020-11-28 03:19

    Had the exact same trouble... loading the ARM EABI v7a System Image worked for me too. Thanks very much.

    I had previously seen on the Android SDK manager that a system image with the same name (ARM EABI v7a System Image) WAS installed on my system for a more recent SDK (Android 4.2). Consequently I thought it would negate the need to install the earlier Android 2.2 SDK ARM image, but apparently not.

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

    If you are having AVD creation problems, just try to put it inside a new folder (eclipse, android sdk, avd) and then you just run it and it should work. Just open Eclipse in that folder and run as usual

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