简体   繁体   English

适用于Android的Visual Studio Xamarin模拟器未显示

[英]Visual studio xamarin emulator for android not showing

I am new to mobile development. 我是移动开发的新手。 So i am using xamarin for this purpose. 所以我为此目的使用了xamarin。 I have following this sample code as a starter in mobile development. 我已经将此示例代码作为移动开发入门。

I am using visual studio 15 for it. 我正在使用Visual Studio 15。 I have followed all the steps mentioned in sample code. 我已经执行了示例代码中提到的所有步骤。 For now i want it to run only on android, so i have chosen .Droid as my Startup project, but on Debug Target i cannot find Xamarin Emulator for android all i find is the android emulators list. 现在,我希望它仅在android上运行,因此我选择了.Droid作为我的Startup项目,但是在Debug Target我找不到Xamarin Emulator for android我找到的只是android emulators列表。 Please see the image bellow 请看下面的图片

在此处输入图片说明

While on clicking the Manage Virual Devices i get the following list of devices as shown in bellow image 在单击“ Manage Virual Devices我将获得以下设备列表,如下图所示

在此处输入图片说明

I have searched many articles on it but couldn't find any solution 我已经搜索了很多关于它的文章,但是找不到任何解决方案

Any help would be appreciated 任何帮助,将不胜感激

Xamarin Emulator for android isn't a specific emulator. 适用于Android的Xamarin模拟器不是特定的模拟器。 The android emulator's list is a list of devices for you to emulate; android模拟器的列表是您要模拟的设备列表; the virtual devices page is a list of devices/OS versions emulators that can be downloaded. 虚拟设备页面是可以下载的设备/操作系统版本模拟器的列表。

Select/Download an emulator profile in the device/size/OS version that fits your needs and run your code. 选择/下载适合您需要的设备/大小/操作系统版本的仿真器配置文件并运行代码。

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

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