Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to fix "No resource found that matches the given name (at 'value' with value '@integer/google_play_services_version')"

I am getting the following error when I build my Android App project in Visual studio 2015.

No resource found that matches the given name (at 'value' with value '@integer/google_play_services_version')

These lines are located under:

obj\Debug\android\manifest\AndroidManifest.xml

There is 3 entires of it inside the AndroidManifest file.

I have downloaded the google play service from the SDK Manager.

Should I reference anything to my solution?

I already has Xamarin.GooglePlayServices.Base, Xamarin.GooglePlayServices.Basement, Xamarin.GooglePlayServices.Maps Referenced.

Thanks.

like image 646
Joseph Ghassan Avatar asked Jul 02 '16 05:07

Joseph Ghassan


1 Answers

you have create integer.xml file inside value folder and define your Integer to that place it will solve your problem.

like image 86
Harshad Pansuriya Avatar answered Nov 15 '22 05:11

Harshad Pansuriya