当前位置: 首页 > 知识库问答 >
问题:

如何在android studio中添加库[副本]

羊舌承
2023-03-14

我想把这个库添加到我的应用程序中:https://github.com/pucamafra/android-segmentedtab

我在build.gradle中添加了这个依赖项compile'com.marlonmafra.android.widget:segmented-tab:1.1.0',并在build.gradle中再次添加了这段代码

存储库{jcenter()}

但是当单击同步时,不要同步项目,并向我显示以下错误:

        Error:(125, 10) Failed to resolve: com.marlonmafra.android.widget:segmented-tab:1.1.0
   Show in File
Show in Project Structure dialog

错误图片:http://imgur.com/k6kcpoh

我该怎么修好它?

共有1个答案

庾君博
2023-03-14

添加到->build.gradle(模块:app)

 类似资料: