Hey guys, i'm trying to get Google Maps to work withing my app
I've followed the examples listed here, https://github.com/xamarin/monodroid-samples/tree/master/MapsAndLocationDemo_v3/SimpleMapDemo_Froyo
But I'm having this exception while trying to start my FragmentActivity.
java.lang.RuntimeException: Unable to start activity ComponentInfo{brasystem.entregola/entregolaandroid.activities.MapActivity}: java.lang.IllegalStateException: A required meta-data tag in your app's AndroidManifest.xml does not exist. You must have the following declaration within the <application> element: <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
Thing is, attribute is already there, with or without it, it makes no difference, error is the same.
Anyone has experienced this or knows how to fix it?
Thanks in advance!