0

After importing Sherlock successfully, I am implementing HoloEverywhere.

The only problems i'm facing are as shown in the image below, android.support.v4.app compilation error and pom.xml error too.

enter image description here These errors are showing up even after importing the library (Sherlock) in Properties>Android and Properties>Java Build Path.

Any hint regarding this issue?

Alex
  • 1,639
  • 3
  • 18
  • 33

1 Answers1

1

Delete Android support liabary in your apps libs folder.

user2178120
  • 160
  • 3
  • But there is no "libs" folder in HoloEverywhere Library. I haven't created a new project yet for my app i'm just initializing the implementation – Alex Apr 01 '13 at 22:54
  • Make sure that abs is added to holoeverywheres dependencies. – user2178120 Apr 04 '13 at 16:29