简体   繁体   English

如何解决无法在xamarin中找到名称为“ Nexus 4(Lollipop)”的设备

[英]How to resolve unable to find device with the name: “Nexus 4 (Lollipop)” in xamarin

I have been battling with xamarine ide for a while now, I was unble to deploy my app to the emulator. 我已经和xamarine ide作战了一段时间,我无法将我的应用程序部署到模拟器。 Although I am a novice to xamarine IDE. 虽然我是xamarine IDE的新手。 The version am using is Xamarine Studio 6.3 使用的版本是Xamarine Studio 6.3

pls I want someone to guide me here maybe I am missing something that did not allowed me to build an android app on Xamarine Studion Ide 6.3 请让我在这里指导我,也许我错过了一些不允许我在Xamarine Studion Ide 6.3上构建android应用的东西

These are the things I installed on my system to get started: 这些是我在系统上安装的入门内容:
1. Xamarine Studio 6.3 1. Xamarine Studio 6.3
2. Oracle vm virtual box (version 5.0.4) 2. Oracle vm虚拟盒(版本5.0.4)
3. Xamarine android player (XAP 0.6.5) 3. Xamarine android播放器(XAP 0.6.5)
4. JDK 8 4. JDK 8
5. JTK for .NET (version 2.12.38) 5.适用于.NET的JTK(2.12.38版)

Pls I really need your help if there is anything to install again so that I can get Xamarine IDE perfect for use to build an android app. 请再次安装任何东西时,我真的需要您的帮助,以便我可以完美使用Xamarine IDE来构建android应用。 Also if all what I have installed above are irrelevant, pls I need all the proper step here to get started. 另外,如果我在上面安装的所有内容都不相关,请在这里开始所有必要的步骤。 Thanks for your response. 感谢您的答复。

Any device/emulator that is connected to your local instance of adb will show up in the Android Device List . 连接到本地adb实例的任何设备/模拟器都将显示在Android Device List If you are looking for a specific emulator such as Nexus 4(Lollipop) , this was most likely provided in Xamarin Android Player or Visual Studio Emulator For Android . 如果您正在寻找Nexus 4(Lollipop)类的特定模拟器,则很可能是Xamarin Android PlayerVisual Studio Emulator For Android Both of these are now officially deprecated and removed from the default device list unless they are already running. 现在,这两个工具均已正式弃用,并且已从默认设备列表中删除, 除非它们已经在运行。 Beforehand, they were added as default emulators that you could run straight from the Android Device List . 预先将它们添加为默认模拟器,您可以直接从Android Device List运行它们。

You can still run the emulators with their standalone programs to boot the emulators and they should appear on your device list as long as you can see them with the adb devices command. 您仍然可以使用独立程序运行仿真器来启动仿真器,只要您可以使用adb devices命令看到它们,它们就应出现在设备列表中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM