I have added "viewpagerindicator" library and "com.android.support:gridlayout-v7:21.0.0" as a dependance in my project . Both of them has declare 'orientation' attribute
in 'viewpagerindicator' library its written -
<declare-styleable name="CirclePageIndicator">
<attr name="android:orientation">
</declare-styleable>
I am getting the above error how I can resolve this.
Try to use at build.gradle
See more details at http://mvnrepository.com/artifact/fr.baloomba/viewpagerindicator/2.4.2