How to fix "No resource was found that matches the specified name (in the" value "with the value" @ integer / google_play_services_version ")

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.

+4
source share
2 answers

integer.xml value Integer , .

+5

, obj , .

:

~GooglePlayServices~ nugets/references Xamarin.GooglePlayServices.Maps, ~Basement ~Base.

, google_play_services_version, Debug/android/XXX/YYYYYY/ZZZZZ/R.java:

.

public static final int google_play_services_version=0x7f070000;

+4

All Articles