eclipse 我无法在 Android AVD Manager 中创建模拟器
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/17764569/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
I can not create an emulator in Android AVD Manager
提问by Zb Fiorito
I am trying to create an Android emulator and when I open the AVD Manager and attempt to create one it keeps saying, "No target selected." Even when I select a target.
我正在尝试创建一个 Android 模拟器,当我打开 AVD 管理器并尝试创建一个时,它一直说“没有选择目标”。即使我选择了一个目标。
回答by Jayamohan
Faced the same issue,
遇到同样的问题,
I checked the Android SDK Manager and found that ARM EABI v7a System Image
what not installed.
我检查了Android SDK Manager,发现ARM EABI v7a System Image
没有安装。
After installation I had to restartmy Eclipse and then I was able to create a new emulator.
安装后,我必须重新启动Eclipse,然后才能创建一个新的模拟器。
回答by IanB
You are getting the error "no system images installed for this target". Launch the SDK manager and install one or more system images under API 17
您收到错误“没有为此目标安装系统映像”。启动 SDK 管理器并在 API 17 下安装一个或多个系统映像
回答by kousha
I had the same problem. Closed the program, uninstalled the SDK from the SDK Manager and installed it again. It worked.
我有同样的问题。关闭程序,从SDK Manager卸载SDK,重新安装。有效。
回答by sharik
to solve the problem. install one of CPU System Images. for example: ARM EABI v7a System Image
来解决问题。安装 CPU 系统映像之一。例如:ARM EABI v7a 系统映像