I get the following error when I create an Android App project on Visual Studio 2015.
No resource was found that matches the specified name (in 'value' with the value '@ integer / google_play_services_version')
These lines are located under:
obj\Debug\android\manifest\AndroidManifest.xml
Inside AndroidManifest filethere are 3 objects.
I downloaded the Google play service from SDK Manager.
Should I refer to my decision?
I already have a Xamarin.GooglePlayServices.Base, Xamarin.GooglePlayServices.Basement, Xamarin.GooglePlayServices.MapsLink.
Thank.
source
share