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.
source
share