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:
- copy library project @ /extras/google/google_play_services/libproject/google-play-services_lib/ location maintain android app projects.
- import library project eclipse workspace. click
file > import, select android > existing android code workspace
, , browse copy of library project import it. - 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.
Comments
Post a Comment