1

I'm trying to import HoloEverywhere i've downloaded it into my eclipse and tried to import it as a library

properties -> on the Android tab -> add library

and then extend my SherlockFragmentActivity to org.holoeverywhere.app.Activity just as the mirgration guide suggest it.

My problem is that the moment tha I added the HoloEverywhere Library into my project all my classes would resolve my project's R. What am I doing wrong?? Thank you for your time

LomE999
  • 119
  • 16
Libathos
  • 3,340
  • 5
  • 36
  • 61

1 Answers1

2

1) Try to clean up your Project. (Project>Clean) 2) try to use import com.example.yourproject.R I hope that helps you.