Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android C# Xamarin compile error

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

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. AndroidApplication1

I Googled the error, but only 1 result comes up without answer. I tried both Visual Studio 2012 and 2010, stock Android application template and I still get the error.

like image 255
user1422473 Avatar asked Nov 12 '22 07:11

user1422473


1 Answers

"I removed Xamarin android and then reinstall mono-android-4.6.04000.msi, then works fine now!~"

This answer by mousebb on the other thread worked for me....

Wierd error accurs when building Android project (Xamarin)

like image 138
samneric Avatar answered Nov 14 '22 21:11

samneric