JavaRunner
JavaRunner

Reputation: 2545

Adding GooglePlayServices support into my Android projects using Eclipse

I have installed Google Play Services extras as it says here: https://developers.google.com/mobile-ads-sdk/docs/admob/android/quick-start?hl=en

I can't find out how can I add Google Play Services into my project as it shows here: enter image description here

I don't see any libraries listed in that window because it's empty. I know where that library placed on my HDD. Myabe I can add it manually into my Eclipse project? How can I do it?

Upvotes: 0

Views: 37

Answers (1)

user3144836
user3144836

Reputation: 4148

If you've installed google play services from the sdk manager then import it into your workspace by clicking:

File -> Import -> Existing Android Code -> Browse to this location on your HDD:

Your_AdtBundle_Folder/sdk/extras/google/google_play_services/libproject/google-play-services_lib

Upvotes: 2

Related Questions