Questions tagged «viewpagerindicator»


19
在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' // ... } 但是该项目似乎无法识别库中的任何组件。我想知道不同的support-v4版本是否存在依赖性问题,或者是否在nineoldandroids中出现问题...?
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.