Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/186.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/http/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
MonoForAndroid:android-support-v4.jar编译问题_Android_Mono_Xamarin.android - Fatal编程技术网

MonoForAndroid:android-support-v4.jar编译问题

MonoForAndroid:android-support-v4.jar编译问题,android,mono,xamarin.android,Android,Mono,Xamarin.android,我刚刚更新到Mono4.4.41,并且我得到了与包含android-support-v4.jar文件相关的编译错误。我得到的编译错误是: You have Jar libraries, android-support-v4.jar, that have the identical name with inconsistent file contents. Please make sure to remove any conflicting libraries in EmbeddedJar, In

我刚刚更新到Mono4.4.41,并且我得到了与包含android-support-v4.jar文件相关的编译错误。我得到的编译错误是:

You have Jar libraries, android-support-v4.jar, that have the identical name with inconsistent file contents. Please make sure to remove any conflicting libraries in EmbeddedJar, InputJar and AndroidJavaLibrary.
错误发生在Novell.MonoDroid.Common.targets(MonoDroid的一部分,而不是我的项目的一部分)的第344行,在该行中它检查重复的jar文件

在上次更新之前,我已经使用支持库好几个星期了,没有任何问题。我根据以下说明将其添加到我的项目中:

从项目中删除support library jar可修复此问题。Mono for Android现在似乎自动将支持库绑定到构建中,这导致构建中出现重复的jar文件。我查阅了最近的发行说明,我发现这是所有听起来相关的内容:

"Binding Projects now embed the bound .jar into the binding assembly."
发件人:

从项目中删除support library jar可修复此问题。Mono for Android现在似乎自动将支持库绑定到构建中,这导致构建中出现重复的jar文件。我查阅了最近的发行说明,我发现这是所有听起来相关的内容:

"Binding Projects now embed the bound .jar into the binding assembly."
发件人:

现在遇到了同样的问题。因此,文档仍然没有更新,并导致用户遇到问题,因为我也在跟踪文档。现在遇到了同样的问题。因此,文档仍然没有更新,并导致用户遇到问题,因为我也在逐字逐句地跟踪文档。