【发布时间】:2016-05-14 22:03:51
【问题描述】:
由于以下情况,我无法在 VS2015 项目中构建 Xamarin。
即使使用 hello world 模板(如此处所示)生成新项目也无法构建。
MSBuild 和 Xamarin 设置为诊断,并进一步生成其他错误
我无法在 VS 模拟器中构建,也无法在三星 Galaxy S5 上构建
快速部署已关闭。
在新项目的构建顺序下...
1>Project 'deletethis' is not up to date. Missing output file 'C:\Dropbox\Xamarin ProjectsInManual 2016\deletethis\deletethis\bin\Debug\deletethis.dll'.
来自另一个版本
1>Project 'deletethis' is not up to date. Input file 'C:\Dropbox\Xamarin ProjectsInManual 2016\deletethis\deletethis\deletethis.csproj' is modified after output file 'C:\Dropbox\Xamarin ProjectsInManual 2016\deletethis\deletethis\bin\Debug\deletethis.pdb'.
文件名改变了,但信息是一样的。所以有一次它会是 deletethis.pdb 另一个 deletethis.dll' 等等。
调试和发布时发生
【问题讨论】:
标签: android xamarin visual-studio-2015 msbuild