user1422473
user1422473

Reputation: 137

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.

Upvotes: 5

Views: 1617

Answers (1)

samneric
samneric

Reputation: 3218

"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)

Upvotes: 1

Related Questions