我无法在Android AVD Manager中创建模拟器
问题描述:
我正在尝试创建一个Android模拟器,当我打开AVD管理器并尝试创建一个,它不断说:没有选择目标。即使我选择一个目标。
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 SDK管理器并发现 ARM EABI v7a系统映像
未安装。
I checked the Android SDK Manager and found that ARM EABI v7a System Image
what not installed.
安装后,我不得不重新启动我的Eclipse然后我能够创建一个新的模拟器。
After installation I had to restart my Eclipse and then I was able to create a new emulator.