Error:Attribute "android:orientation" has already been defined -


i have added "viewpagerindicator" library , "com.android.support:gridlayout-v7:21.0.0" dependance in project . both of them has declare 'orientation' attribute
in 'viewpagerindicator' library written -

<declare-styleable name="circlepageindicator">         <attr name="android:orientation">      </declare-styleable> 

i getting above error how can resolve this.

try use @ build.gradle

compile 'fr.baloomba:viewpagerindicator:2.4.2' 

see more details @ http://mvnrepository.com/artifact/fr.baloomba/viewpagerindicator/2.4.2


Comments

Popular posts from this blog

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -