如何在 VS 2015 中将 android xamarin 项目部署到 Xamarin Android Player

how to deploy android xamarin project to Xamarin Android Player in VS 2015

当我尝试将一个 android xamarin 应用程序部署到 Xamarin Android 播放器时,我收到此错误

1>------ Skipped Deploy: Project: Phoneword, Configuration: Debug Any   CPU ------
1>Project not selected to build for this solution configuration 
========== Deploy: 0 succeeded, 0 failed, 1 skipped ==========

android 模拟器工作正常

但是从 vs 2015 开始它没有开始

我可以检查什么?

每当您看到诸如

之类的消息时

========== Deploy: 0 succeeded, 0 failed, 1 skipped ==========

这通常表示您的部署已被跳过。

您需要转到 Build -> Configuration Manager 并选中 Xamarin.Android 项目的相应 Deploy 复选框。

与乔恩·道格拉斯的回答相同..但是一张图片可以表达 1000 个单词..

此答案仅供像我这样的懒人..

步骤 1:构建 -> 配置管理器

第 2 步:检查相应的 'Deploy' 按钮(在我的例子中是 android 项目)