Skip to content Skip to sidebar Skip to footer

How To Fix"No Resource Found That Matches The Given Name (at 'value' With Value '@integer/google_play_services_version)" In Xamarin Android C#

I inserted these line in AndroidManifest.xml for google map

Solution 1:

Basically this means that the key for google_play_services_version is missing from the auto generated Resources.designer.cs file. This should be added to the manifest by the Google Play Services (GPS) library when install the GPS package and build the project. Have you installed the Xamarin.GooglePlayServices.Maps package?


Post a Comment for "How To Fix"No Resource Found That Matches The Given Name (at 'value' With Value '@integer/google_play_services_version)" In Xamarin Android C#"