Unable to create Android AVD because of Target and CPU/ABI settings?

瘦欲@ 提交于 2019-11-30 08:07:49

Firstly go to SDK manager plugin of Your eclipse/Android Studio and choose the API level for which you are going to create Android Virtual Device. And make sure that API's SDK Platform is installed. If SDK showing Not installed , then firstly download it.

After automatic Installation on Downloading completion. Restart your eclipse. Start your AVD plugin and then select the API for your AVD that you download.

Check this image, it showing that SDK platform for API 17 is installed. So we can create AVD of API 17. BUT we cant create AVD of API 16, because it is not installed yet.

  1. Use SDK MANAGER to check if your .img files exist or not
  2. try to check for eclipse updates
  3. try to download another API like API 16 to see if it works or not
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!