相关疑难解决方法(0)

在Android Studio和Gradle中使用ViewPagerIndicator库

我正在尝试使用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'
       // ...
    }
Run Code Online (Sandbox Code Playgroud)

但该项目似乎无法识别库中的任何组件.我想知道不同的support-v4版本是否存在依赖性问题,或者是九折机器人的某些东西......?

android gradle viewpagerindicator android-studio

115
推荐指数
7
解决办法
9万
查看次数