1

I'm trying to use HoloEveryWhere on ADT(Eclipse). What I make wrong?

  1. I'm download that
  2. File > Import > Existing Code into Workspace
  3. I'm download that
  4. 2 Step again(library is disabled).
  5. I'm trying to change theme

    android:theme="@style/Holo.Theme.Sherlock"

But Eclipse says

No resource found that maches the given name

If I'm trying replace extends from

public class MainActivity extends Activity {

to

public class MainActivity extends com.WazaBe.HoloEverywhere.sherlock.SListActivity {

I'm getting

com.WazaBe cannot be resolved as type

Sekhmet
  • 523
  • 1
  • 7
  • 21

1 Answers1

0

If you are using ADT r-17 and up you may need to move a copy of the holo everywhere library into a libs/ folder(that you will have to create) in your workspace.

jcw
  • 5,132
  • 7
  • 45
  • 54