Android AVD, No Target Selected

我的未来我决定 提交于 2019-12-03 11:18:53

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

Falaque

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 ;)
Emann Tumala Saligue

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.

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.

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.

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.

Did you even download the AVD at the first place?

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!