【发布时间】:2016-10-07 02:22:49
【问题描述】:
错误:
>------ Skipped Deploy: Project: DrawShape.Android, Configuration: Debug Any CPU ------
>Project not selected to build for this solution configuration
配置管理器中的配置似乎正确:
这是我正在尝试构建的项目的代码:
https://github.com/chrispellett/Xamarin-Forms-Shape
到目前为止我所尝试的:
从任何 CPU 更改为 x86 并返回。
将 Build 复选框设置为 false,然后返回 true。
【问题讨论】:
-
从 Android 项目的配置管理器中选择 Deploy。
-
就是这样,非常感谢。错误(Project not selected to build for this solution configuration)有点混乱,而且这个错误的答案都指向 Build 复选框,而不是 部署一个。作为 Xamarin 的新手,我不知道 Android 上的 Deploy 需要检查,并且 git 中的项目由于某种原因没有检查(在创建新的 Visual Studio 项目时,复选框确实是默认选中的)。
标签: c# xamarin visual-studio-2015