Android C # Xamarin Compilation Error

I work with Xamarin; it allows C # applications to run on Android. However, I get the following error:

Error 1 The parameter "ResourceNameCaseMap" is not supported by the task "AndroidComputeResPaths". Check if the parameter exists in the task and this is a property of the public gettable instance. AndroidApplication1

I searched for an error, but only one result appears without an answer. I tried both Visual Studio 2012 and 2010, and the Android application template, and I still get the error.

+5
source share
1 answer

"I uninstalled the Xamarin android and then reinstalled mono-android-4.6.04000.msi and now it works fine! ~"

This mousebb answer on another thread worked for me ....

Android- (Xamarin) vierd

+1

All Articles