0

similar problem mention here. I set android-support-v4 to compiler also but still I am getting problem related to reference library.

enter image description here

How can solve this issue?

Cœur
  • 37,241
  • 25
  • 195
  • 267
CoDe
  • 11,056
  • 14
  • 90
  • 197

1 Answers1

1

As you requested my settings to be shared, I here post my project settings window. Hope that you can help.

1. ActionBarSherlock project.

Note that only android-support-v4 is checked to be exported.

ActionBarSherlock

2. My personal project settings windows.

Nothing special but only ActionBarSherlock project is referenced. enter image description here

Youngjae
  • 24,352
  • 18
  • 113
  • 198
  • I added reference lib support for ActionBarSherlock project and set scope to compile ..it give me junit related issue...i deleted test cases(not'n good idea) of library project..n it work for me..thanks for ur response. – CoDe Aug 26 '13 at 08:27
  • Glad to solve the problem. yeah me also had problem with jUnit in ABS. – Youngjae Aug 26 '13 at 13:20