我正在尝试使用杰克沃顿的 ViewPagerIndicator 库,但我无法让它与我在 Android 工作室的 Gradle 项目工作。
我把它作为一个依赖项添加如下:
dependencies {
// ... other ommitted
compile 'com.viewpagerindicator:library:2.4.1'
compile 'com.android.support:support-v4:19.0.1'
compile 'com.nineoldandroids:library:2.4.0'
// ...
}
但是这个项目似乎不能识别库中的任何组件。我想知道是否存在不同支持版本的依赖性问题—— v4版本还是其他九代机器人?