raghav chopra
raghav chopra

Reputation: 837

Not able to add Add dependency in my GoogleMaps Project

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 !! :)

Upvotes: 0

Views: 83

Answers (3)

GrIsHu
GrIsHu

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. 

enter image description here

enter image description here

EDITED:

enter image description here That's it.

Upvotes: 1

Emil Adz
Emil Adz

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

Amit Gupta
Amit Gupta

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

Related Questions