0

I'm getting this : enter image description here

and I'm not sure if the red tick marks in SDK Manager are related :

enter image description here

I have the files and they appear to be in the correct locations :

enter image description here

And my SDK location appears correct :

enter image description here

Funky Oordvork
  • 403
  • 4
  • 15

1 Answers1

2

Try importing v7/appcompat as a library project to Eclipse and then add to your project.

Library project is at following path:

sdk/extras/android/support/v7/appcompat

Also take a look at how to use this recently updated library for supporting ActionBar on older versions.

Sharjeel
  • 15,588
  • 14
  • 58
  • 89