“没有为此目标安装系统映像”Xamarin AVD Manager(“No system images installed for this target” Xamarin AVD Manager)
每当我选择Google API的目标时,它都会告诉我没有可用的系统映像。 我已经完全删除并重新安装了SDK管理器中的每个可用选项。 对于我尝试使用的API级别,我安装了所有可用的映像。 另外,我试图将图像从默认文件夹中复制出来,正如另一个问题的答案所示,并重新启动Visual Studio。
Anytime I select a target for Google APIs it tells me there are no system images available. I have completely removed and reinstalled every available option in SDK manager. For the API Level I am trying to use, I have every available image installed. Also I have tried copying the images out of the default folder as suggested by another question's answer and restarting visual studio.
最满意答案
通过选择一个标准api lvel目标(非google apis)解决了这个问题,然后为CPU选择一个包含google apis的目标。 按照Xamarin的这篇教程告诉我用google apis选择目标,但显然这不能正常工作。
Solved the issue by selecting a standard api lvel target (non google apis) and then for CPU select one that included google apis. Was following this tutorial on Xamarin that told me to select the target with google apis, but apparently that does not work properly.
相关问答
更多-
Android Studio AVD Manager无法更新系统映像(Android Studio AVD Manager cannot update system images)[2022-11-01]
这里有同样的错误。 只需打开包管理器并删除/卸载Android M的所有内容 (API 22 MNC预览版)。 无论如何,棉花糖已经不在了。 之后你可能不得不重新启动Android Studio,导致它缓存该检查。 在Marshmallow发布之后,由于某种原因,M版本已经从软件包中删除了,我认为这个错误意味着他无法找到这些图片的升级版本。 当你把它们抹掉时,它会停止抱怨,并且你不会再看到它们在软件包列表中。 在Android Studio中: 通过点击apposite图标或设置(设置 - >外观和行为 - ... -
在Android SDK Manager , Intel x86 Atom System Image应该在Android 4.0.3 (API 15)下显示。 In the Android SDK Manager, Intel x86 Atom System Image should show up under Android 4.0.3 (API 15).
-
为了创建Android Wear模拟器,您需要遵循以下说明: 如果您的Android SDK Tools版本低于22.6,则必须进行更新 在Android 4.4.2下,选择Android Wear ARM EABI v7a系统映像并进行安装。 在“额外”下,确保您拥有最新版本的Android支持库。 如果有更新可用,请选择Android支持库。 如果您使用Android Studio,请选择Android支持资源库。 以下是它应该是什么样的快照: 然后您必须检查以下内容才能创建可佩戴的AVD: 对于设备, ...
-
您还没有在目标下方的下拉列表中选择CPU / ABI目标,或者您尚未安装系统映像。 打开SDK管理器,确保您已经在Android 4.2部分下安装了ARM EABI v7a System Image 。 You either haven't selected a CPU/ABI target in the dropdown below the target, or you haven't installed a system image. Open your SDK manager and ensure t ...
-
出于某种原因,通过命令行运行AVD工作,但我无法检查Use Host GPU 。 感谢Rusher从https://stackoverflow.com/a/22213144/1896169获得此信息。 请参阅运行应用程序| Android开发者有关通过命令行运行的说明: 从命令行,将目录更改为
/tools/并执行: android avd 换句话说,在命令行中键入它应该工作: cd whateverThePathToYourSDKIs/tools/ android avd For some r ... -
“没有为此目标安装系统映像”Xamarin AVD Manager(“No system images installed for this target” Xamarin AVD Manager)[2023-03-21]
通过选择一个标准api lvel目标(非google apis)解决了这个问题,然后为CPU选择一个包含google apis的目标。 按照Xamarin的这篇教程告诉我用google apis选择目标,但显然这不能正常工作。 Solved the issue by selecting a standard api lvel target (non google apis) and then for CPU select one that included google apis. Was followin ... -
@Jon Douglas已经给出了答案,我只是发布了一个更详细的答案,以帮助那些有同样问题的人。 即使已安装系统映像,Xamarin与Visual Studio也无法检测仿真器的CPU / ABI系统映像 正如Jon Douglas所说,最好升级到最新的工具,因为Google最近弃用了这些旧的GUI程序 。 以下是解决您问题的两种解决方案。 解决方案1: 我建议您尝试安装Android Studio ,并且可以共享已安装的Android SDK,以便不再下载 。 安装适用于Android的官方IDE And ...
-
下载API后你重启了Eclipse吗? :) Have you restarted Eclipse after downloading the APIs? :)
-
如果我在设备下拉列表中选择了其中一个预设选项,则所有其他字段都会自动填充。 可以使用AVD Manager的设备定义选项卡创建新的设备类型。 If I select one of the pre-set options in the Device dropdown, all of the other fields autofill. It is possible to create new Device types using the Device Definitions tab of the AVD Ma ...
-
为什么我得到:“没有为此目标安装系统映像” 正如@Jon Douglas所说,您使用的是AVD Manager的弃用版本,您可以参考docuemnt : 从Android SDK Tools版本26.0.1开始,Google已取消对基于UI的AVD和SDK管理器的支持,转而使用新的CLI(命令行界面)工具。 您可以参考我的答案,获得有关如何解决此问题的更详细的答案: 即使已安装系统映像,Xamarin与Visual Studio也无法检测仿真器的CPU / ABI系统映像 更新: 如果您使用Xamarin ...