Open rocxteady opened 9 years ago
I just copy the source code into my project and remove the dependencies in the build.gradle.Then it works.
Recommend to add a prefix to all resources to prevent this issue. Android Studio can give warnings if its configured in the build.gradle file:
android {
resourcePrefix 'mylib_'
}
Hello. When I build gradle, it keeps showing me this error: "Attribute "radius" has already been defined". After a little research I discovered ViewPagerIndicator library also uses "radius" attribute. They conflict.
So how can I successfully build both of them?