简体   繁体   中英

Android manifest @integer/google_play_services_version not found

Hi am using eclipse IDE while compiling my project i got an error message in Android Manifest.xml file.

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

How can i solve it?

To make the Google Play services APIs available to your app for eclipse:

  1. Copy the library project at /extras/google/google_play_services/libproject/google-play-services_lib/ to the location where you maintain your Android app projects.
  2. Import the library project into your Eclipse workspace. Click File > Import, select Android > Existing Android Code into Workspace , and browse to the copy of the library project to import it.
  3. In your app project, reference Google Play services library project. See Referencing a Library Project for Eclipse for more information on how to do this.

Refer here for more information on setting up play services in your app.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM