Reputation: 506
I am writing a MAP APP using Android Google Maps V2
But i am facing dependency problem, please see below images:
as you can see in above screen shot i am getting RedAlert Sign over Project Name
and as you can see in above screen shot getting RedCross over Android Dependencies
Upvotes: 1
Views: 462
Reputation: 1609
@ChulbulPandey
In Eclipse open Project -> Properties. Select Android on left. Check on the bottom that you have a reference to Google play services with a green checkmark. If not, click Add and add the google play services library
Path of google-play-services_lib at SDK;
\extras\google\google_play_services\libproject\google-play-services_lib
Upvotes: 4
Reputation: 15543
You must import google-play-services_lib
library project from SDK and add a dependency to it from your project.
Path of google-play-services_lib at SDK;
\extras\google\google_play_services\libproject\google-play-services_lib
See link
Upvotes: 0
Reputation: 5472
First, try changing project build target to something higher and then clean then build your project.
If that doesn't solve your issue then removing your external jar files linked and then import it again.
Upvotes: 0
Reputation: 2681
I am not sure but you can try this.
In Libraries tab remove the Google Maps V2 jar and add it again.
Upvotes: 0