0

I imported a project to eclipse but I have many errors.

view screenshot

I tried to change the Java compile level from api 1.6 to 1.7 but it did not work for me.

I am using this code. open source

Manuel Allenspach
  • 12,467
  • 14
  • 54
  • 76

1 Answers1

0

Maybe you don't have import the library ActionBarSherlock and you are using in the project.

Eme
  • 86
  • 6
  • how to import libary actionbarsherlock? import java build patch or import to mainactivity i'm newbie thank you – Quang Trung Jun 04 '14 at 16:35
  • This link may help you : http://stackoverflow.com/questions/14208356/importing-actionbarsherlock-into-eclipse – Farouk Touzi Jun 04 '14 at 16:58
  • thanks.import library actionbarsherlock worked. And you can help me fix `No resource found that matches the given name '@style/ Theme.Sherlock.Light.DarkActionBar'.` code : ` – Quang Trung Jun 04 '14 at 17:04