简体   繁体   English

无法通过Xamarin安装在Visual Studio 2013 Professional中获取MonoForAndroid_API_14

[英]unable to get MonoForAndroid_API_14 in Visual Studio 2013 Professional with Xamarin installation

I'm trying to build an android application in C# using Visual Studio with Xamarin for visual studio (included). 我正在尝试使用Visual StudioXamarin for visual studio Visual Studio (包括)在C#构建android应用程序。 With the basic installation, I tired to create a basic "hello world" program. 完成基本安装后,我很累创建一个基本的“ hello world”程序。 Successfully built the project, selected MonoForAndroid_API_10 and tried start Debugging. 成功构建项目,选择MonoForAndroid_API_10并尝试开始调试。

It shows pop-up as your google emulators are slow --> discarded this pop-up -- I was expecting my output as a blank screen with hello world text at center and nothing more than this. your google emulators are slow时,它会显示弹出窗口->放弃了此弹出窗口-我期望我的输出为空白屏幕,中间是Hello World文本,仅此而已。 But, the Emulator shows the output as a mobile application (with a lock screen and built-in apps), not the one I was expecting. 但是,仿真器将输出显示为移动应用程序(带有锁定屏幕和内置应用程序),而不是我所期望的。

I anticipate like if I'm missing to enable MonoForAndroid_API_14 and later versions. 我期望像我缺少启用MonoForAndroid_API_14和更高版本的MonoForAndroid_API_14

I couldn't information regarding how to enable MonoForAndroid_API_14. 我无法提供有关如何启用MonoForAndroid_API_14的信息。 I installed all the packages using the Android SDK tools. 我使用Android SDK工具安装了所有软件包。 But couldn't get the emulators to execute my project. 但是无法让仿真器执行我的项目。

I was expecting my output as a blank screen with hello world text at center and nothing more than this. 我期望我的输出是一个空白屏幕,中间有hello world文本,仅此而已。 But, the Emulator shows the output as a mobile application (with a lock screen and built-in apps), not the one I was expecting. 但是,仿真器将输出显示为移动应用程序(带有锁定屏幕和内置应用程序),而不是我所期望的。

When you run the emulator, it starts Android like a normal physical Android device. 当您运行模拟器时,它会像正常的物理Android设备一样启动Android。 Your app is then deployed by the Xamarin Runtime and you can access it like any other Android app from your device's main menu. 然后,您的应用将由Xamarin Runtime部署,您可以像从设备主菜单中的任何其他Android应用一样访问它。 Scroll down the menu and behold your installed app right there. 向下滚动菜单,然后在此处看到已安装的应用程序。

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

相关问题 在Visual Studio专业版中安装Xamarin - Installing Xamarin in Visual studio professional Visual Studio Professional 2013进行Specflow测试 - Visual studio professional 2013 for specflow tests 在VS2013 Professional for C#WinForms应用程序上使用Visual Studio Installer。 使用.NET Framework安装创建安装 - Using Visual Studio Installer on VS2013 Professional for C# WinForms app. create Installation with .NET Framework installation included Visual Studio Professional 2013“转到声明”和“转到实现”均被禁用 - Visual Studio Professional 2013 “Go to Declaration” and “Go to Implementation” both disabled 打开解决方案/文件时,Visual Studio Professional 2013崩溃 - Visual Studio Professional 2013 Crashes When Opening Solutions/Files 如何为Visual Studio 2013 Professional注册扩展的单元测试属性 - How to register extended unit test attribute for Visual Studio 2013 Professional 在Visual Studio Professional 2013中实现Bulid SQLite-Net扩展,但未成功 - Bulid SQLite-Net Extensions in visual studio professional 2013 but not successful Xamarin for Visual Studio安装失败 - Xamarin for Visual Studio installation failed Visual-Studio 2013 中的 RestSharp 安装问题 - Issue with RestSharp installation in Visual-Studio 2013 Visual Studio 2013 Premium中的Xamarin iOS项目 - Xamarin iOS project in Visual Studio 2013 Premium
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM