Xamarin.android Api Level 19 Bug
I have downloaded Xamarin Studio and am trying to use the MapsAndLocationDemo3 sample with the MapWithOverlaysActivity project. I am getting the following error: C:\Program Files (
Solution 1:
I think in one Xamarin forum, it is mentioned that if you change the entry in .csproj file from "True" to False it would solve the problem. I got the same error and was redirected to the Xamarin forum and I tried the trick.
Open your .csproj in any text editor (Notepad++), search for AndroidUseLatestPlatformSdk and set the flag value as false.
I believe it is because of latest Android SDK or something, but at least its a working workaround.
Solution 2:
This is the download link of Xamarin.Android 4.10.2: http://download.xamarin.com/MonoforAndroid/Windows/mono-android-4.10.02005_signed.msi
Post a Comment for "Xamarin.android Api Level 19 Bug"