Libathos
Libathos

Reputation: 3362

Importing HoloEverywhere to existing project as Library

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

Upvotes: 1

Views: 107

Answers (1)

AlexejWagner.java
AlexejWagner.java

Reputation: 218

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

Upvotes: 2

Related Questions