I am trying to build the samples for the ViewPagerIndicator using IntelliJ.
The current errors I am getting are like this (I get a bunch of those):
[Sample] ~/projects/ViewPagerIndicator-2.4.1-0/sample/res/values/styles.xml:19: error: Error: No resource found that matches the given name: attr 'vpiCirclePageIndicatorStyle'.
What I have done so far:
- I created a new project using existing sources for samples
- Then I went in the project structure, added new modules from existing sources for both ActionBarSherlock and for ViewPagerIndicator browsing to the "library" folders
- List item
- I made the ActionBarSherlock module to be a dependency for ViewPagerIndicator
- I made both the ActionBarSherlock module and the ViewPagerIndicator one to be dependencies for the "samples" module
All of them are using Android 4.1 Platform SDK. I did not make any changes to the source code.
EDIT: As requested, styles.xml and AndroidManifest.xml for the samples is posted here: http://pastebin.com/YQxYy3md
Again, I did not make any modifications, the original source code is accessible on the website for ViewPagerIndicator