i try to add google play service in my app( i mean Google map) i added play service in sdk manager and i imported library in eclipse but i library contains errors.in eclipse has error
and also in console i have like this message
"google-play-services_lib] Unable to resolve target 'android-9'"
but i downloaded and installed
Android API version from adt 9
java build Path > Android Dependencies.how i can solve this problem ? what is a solution if anyone knows solution help me
P.S
i 'm new user in this site
welcome
this is a result
Asked
Active
Viewed 271 times
0

user3775061
- 145
- 2
- 11
3 Answers
0
Right click on google-play-services_lib projects and select properties and change the target od project

VINIL SATRASALA
- 614
- 5
- 11
-
i also tryed this but this is not solution :( – user3775061 Jun 27 '14 at 07:24
-
delete the project and then import again – VINIL SATRASALA Jun 27 '14 at 07:28
0
Make sure you have project.properties in the project. It's needed by eclipse. If you don't have it, kindly copy it from another existing android project, clean and rebuild your project.

heychar
- 93
- 1
- 9
-
This [post](http://stackoverflow.com/questions/14371725/add-google-play-services-to-eclipse-project) might help. – heychar Jun 27 '14 at 07:55
0
Clean your google-play-services_lib project. Check the property of your library project which may have error in java build path. You have to tick the google-play-service.jar in Order and Export tab.

Ramki Anba
- 754
- 1
- 10
- 21