Question

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 containsenter image description here

once i import this project eclipse says No Project Found please check snap shot

enter image description here

What i am missing so that i can google-play-service_lib to show my map, Please help!!

Thanks in advance !! :)

Was it helpful?

Solution

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. 

enter image description here

enter image description here

EDITED:

enter image description here That's it.

OTHER TIPS

try Like this,

RightClick>new>Project>Android>Android Project from Existing Code

Select your Library project from location.

Hope this will work.

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top