c# - 构建Android项目时出现奇怪的错误(Xamarin)

标签 c# android .net xamarin multiplatform

我是 Xamarin 和多平台开发的新手。我已经按照 Xamarin 指南 下载并安装了所有内容。我事件更新到最新版本。但是当我尝试构建并清空创建的项目时,出现错误。我已经搜索了一天,结果没有结果。有谁知道这个错误是怎么回事?

错误本身:

Error 1, The ResourceNameCaseMap parameter is not supported by the AndroidComputeResPaths task. Verify the parameter exists on the task, and it is a gettable public instance property.

最佳答案

我删除了 Xamarin android,然后重新安装了 mono-android-4.6.04000.msi,现在可以正常工作了!~

关于c# - 构建Android项目时出现奇怪的错误(Xamarin),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16031824/

相关文章:

c# - 公开 protected 字段的最佳方式

安卓。用户访问 SharedPreferences

android - 如何在android应用程序中正确导入一个新项目?

c# - 温莎城堡 : How to detect registrations with a longer lifetime than their dependencies?

c# - 使用 Interlocked.CompareExchange

c# - 拖出屏幕时出现图形错误

c# - 在 C# 中的 VS2010 加载项中,如何获取光标当前所在方法的名称和签名?

c# - 如何在运行时控制线程的CPU利用率?

java - 无法从 ADB shell 启动 Activity

c# - 我可以获得作为 bool 传递给函数的条件的字符串表示形式吗?