Ajouve
Ajouve

Reputation: 10089

import com.google.android

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

Answers (2)

Balaji
Balaji

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

Nirav Tukadiya
Nirav Tukadiya

Reputation: 3417

Right Click on maps.jar->Build Path-> Add to Build Path

it might work.

Upvotes: 2

Related Questions