I add ViewPagerIndicator library using this question.
And I get "Attribute "radius" has already been defined" error
I have not idea about what to do for fix this error, I searched in internet but I cant get the answer. Here is my gradle:
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:22.0.0'
compile 'com.android.support:support-v4:22.0.0'
compile project(':vksdk_library')
compile 'de.hdodenhof:circleimageview:1.2.1'
compile 'com.android.support:recyclerview-v7:21.0.+'
compile 'com.viewpagerindicator:library:2.4.1@aar'
}
How can I fix it?