Edouard
Edouard

Reputation: 333

google play services lib... cannot import com.google.android.gms.map (using eclipse)

i'm having some problem with the google play services library (using eclipse). Thus, I tried to do the following example https://developers.google.com/maps/documentation/android/intro

But I still have multiple error for all the import below com.google.android.gms.maps for instance.

Upvotes: 0

Views: 4753

Answers (1)

Ivan
Ivan

Reputation: 6013

Try importing yourAdtBundlePath/sdk/extras/google/google_play_services/libproject/google-play-services_lib as a project in Eclipse (I assume you use Eclipse) and then adding it as a library in Properties for YourProject/Android/Library/Add...

Upvotes: 1

Related Questions