Reputation: 837
i am making an application to show Google MAps , i am refrencing this link
After i download the google-play-service project into SDK
path \extras\google\google_play_services\libproject\google-play-services_lib
When i try to import this google-play-services_lib
project into my project explorer it shows no project was found to import
Project content contains
once i import this project eclipse says No Project Found
please check snap shot
What i am missing so that i can google-play-service_lib to show my map, Please help!!
Thanks in advance !! :)
Upvotes: 0
Views: 83
Reputation: 23638
Try to import as below by following steps:
1) Copy the path of your library.
2) In you Eclipse select File menu>New>Project...
3) From dialog select Android>Android Project from Existing Code and paste your path of the library and add it in your eclipse.
EDITED:
That's it.
Upvotes: 1
Reputation: 41129
It looks like there is some problem with the Google-play-services library you downloaded. Because as you see by the guide and from the answers given here the behavior you experience not how it suppose to be.
I would try to uninstall it using the SDK Manager
. And re-download it again.
Then try to reference it all over again.
Upvotes: 0
Reputation: 8939
try Like this,
RightClick>new>Project>Android>Android Project from Existing Code
Select your Library project from location.
Hope this will work.
Upvotes: 1