designrifts / Ultimate_Theme_UI_Template

The ultimate open source Android theme and icon pack template
125 stars 61 forks source link

Errors, not compiling #8

Closed RealPetChicken closed 10 years ago

RealPetChicken commented 10 years ago

So the errors i am getting is 10: PagerSlidingTabStrip cannot be resolved to a type IconActivity.java The import com.astuetz.viewpager cannot be resolved IconActivity.java

I have added the CardsUI Library, PagerSlidingTabStrip Library as well, and still no go. Any help will be appreciated.

Here is my post on XDA developers: http://forum.xda-developers.com/showpost.php?p=50896090&postcount=73

alighazi commented 10 years ago

you have to rename the line import com.astuetz.viewpager.extensions.PagerSlidingTabStrip; to import com.astuetz.PagerSlidingTabStrip;

Hope it helps

designrifts commented 10 years ago

I apologize, I did not get the email on the original issue, only this reply. Please let me know if you have resolved your issue.

RealPetChicken commented 10 years ago

i did, thanks.