Android AVD, No Target Selected

2020-06-11 13:27发布

问题:

I am trying to create an AVD, but after selecting the target also, it is showing "No Target Selected".

回答1:

to solve the problem. install one of CPU System Images. for example: ARM EABI v7a System Image



回答2:

This problem has been solve in another thread: AVD Manager - Cannot Create Android Virtual Device

To solve the problem:

  • You need to install the CPU system image. e.g. open your SDK manager and install ARM EABI v7a System Image under the Android 4.2 section.
  • If you are using Eclipse, restart it.(I stuck here ;)


回答3:

You must install one CPU on the android ADV and then restart your Eclipse. You can open this tool by running android sdk from the commandline.



回答4:

Its may be happening because the Device which you have selected may not be able to support the selected Target. So change your target according to device specification.

Because Some of the low resolution devices doesn't support the higher API level targets.



回答5:

May be while creating your application you may set target as different like 4.2.2 and actually you may be creating avds of different version like 1.5 . check out that. if so create avd as of your target. If you cannot you have to update avd version from sdk manager.



回答6:

In my case on Ubuntu, I did install the system image from the android sdk manager for that specific API but still had the same issue after restarting eclipse. What I did was the following:

For some reason, in the sdk/system-images/android-xx directory, sub-folders with system images (armeabi-v7a and x86) were placed within default directory. I just moved them up a level into andorid-xx directory, restart eclipse and done. I hope this helps.



回答7:

Did you even download the AVD at the first place?



标签: android avd