Reputation: 10089
I can't import com.google.android.gms.maps.SupportMapFragment
I read some topics and I cant' find the solution.
I chose google api's in propreties > android
I add in my manifest > application
and I import
C:\Users\User\AppData\Local\Android\android-sdk\add-ons\addon-google_apis-google-8\libs\maps.jar
to my project
Thanks
Upvotes: 1
Views: 2724
Reputation: 1619
I faced same issues, later found that google-play-sevices-lib ( android-sdk\extras\google\google_play_services\libproject\google-play-services_lib
) project is not added as library project.
Upvotes: 1
Reputation: 3417
Right Click on maps.jar->Build Path-> Add to Build Path
it might work.
Upvotes: 2