我正在尝试使用Jake Wharton的ViewPagerIndicator库,但无法在Android Studio中的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' // ... }但是该项目似乎无法识别库中的任何组件。我想知道不同的support-v4版本是否存在依赖问题,或者是否在nineoldandroids中出现问题...?
3 回答
- 3 回答
- 0 关注
- 541 浏览
添加回答
举报
0/150
提交
取消