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.