google play services - Android manifest @integer/google_play_services_version not found -


hi using eclipse ide while compiling project got error message in android manifest.xml file.

no resource found matches given name (at 'value' value '@integer/google_play_services_version'). 

how can solve it?

to make google play services apis available app eclipse:

  1. copy library project @ /extras/google/google_play_services/libproject/google-play-services_lib/ location maintain android app projects.
  2. import library project eclipse workspace. click file > import, select android > existing android code workspace, , browse copy of library project import it.
  3. in app project, reference google play services library project. see referencing library project eclipse more information on how this.

refer here more information on setting play services in app.

https://developers.google.com/android/guides/setup


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -