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
Post a Comment