【问题标题】:how to deploy android xamarin project to Xamarin Android Player in VS 2015如何在 VS 2015 中将 android xamarin 项目部署到 Xamarin Android Player
【发布时间】:2016-08-27 13:38:45
【问题描述】:
当我尝试将一个 android xamarin 应用程序部署到 Xamarin Android Player 时,我收到此错误
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 ==========
安卓模拟器运行良好
但从 vs 2015 开始,它并没有开始
我可以检查什么?
【问题讨论】:
标签:
android
xamarin
xamarin.android
【解决方案1】:
每当您看到诸如
之类的消息时
========== Deploy: 0 succeeded, 0 failed, 1 skipped ==========
这通常表示您的部署已被跳过。
您需要转到 Build -> Configuration Manager 并选中您的 Xamarin.Android 项目的相应 Deploy 复选框。
【解决方案2】:
和乔恩·道格拉斯的回答一样。。但是一张图片告诉 1000 个字。。
这个答案只适合像我这样的懒人..
第 1 步:构建 -> 配置管理器
第 2 步:检查相应的“部署”按钮(在我的例子中是 android 项目)