【发布时间】:2017-04-03 02:29:35
【问题描述】:
我想将此库添加到我的应用程序中:https://github.com/pucamafra/android-segmentedtab
我在 build.gradle 中添加了这个 dependences compile 'com.marlonmafra.android.widget:segmented-tab:1.1.0' 并在 build.gradle 中再次添加了这个代码
repositories {
jcenter()
}
但是当点击同步时,不同步项目并显示这个错误:
Error:(125, 10) Failed to resolve: com.marlonmafra.android.widget:segmented-tab:1.1.0
Show in File
Show in Project Structure dialog
我该如何解决?
【问题讨论】:
标签: android android-studio android-gradle-plugin android-library