0
votes

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.

  • I have the google-play-services_lib imported within my eclipse workspace
  • In my project>properties>android>Library the google-play-services_lib is actually referenced
  • its also referenced in java build path > libraries
1
don't do like that,have some problem in directly import the library.first copy that library to workspace then import it from workspace,it will work. - Yugesh
Thanks, i did import with copy files to workspace this time but it didn't solve my issue :/ - Edouard

1 Answers

1
votes

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...