博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Could not find support-fragment.jar (com.android.support:support-fragment:27.1.1)
阅读量:4093 次
发布时间:2019-05-25

本文共 875 字,大约阅读时间需要 2 分钟。

参考:

项目报错:

Error:Could not find support-fragment.jar (com.android.support:support-fragment:27.1.1).Searched in the following locations:    https://jcenter.bintray.com/com/android/support/support-fragment/27.1.1/support-fragment-27.1.1.jarPlease install the Android Support Repository from the Android SDK Manager.Open Android SDK Manager

注意:把Google库放在jcenter库前面

buildscript {    repositories {        maven { url "https://maven.google.com" }        jcenter()    }    dependencies {        classpath 'com.android.tools.build:gradle:2.3.3'        // NOTE: Do not place your application dependencies here; they belong        // in the individual module build.gradle files    }}allprojects {    repositories {        maven { url "https://maven.google.com" }        jcenter()        maven { url 'https://jitpack.io' }    }}task clean(type: Delete) {    delete rootProject.buildDir}

转载地址:http://asnii.baihongyu.com/

你可能感兴趣的文章
IPV4 地址耗尽会对互联网产生什么影响?
查看>>
除了 iTerm,这款高颜值的终端工具也很赞!
查看>>
955 不加班的公司名单:955.WLB
查看>>
2019 年最全 IT 吃瓜指南
查看>>
推荐一位大神,手握 GitHub 16000 star
查看>>
GitHub 上有个沙雕开发者,做了款斗图工具后火了...
查看>>
这才是真正的 Git:Git 内部原理揭秘!
查看>>
微软花2个亿做出来的软件免费用!网友:太良心了!
查看>>
硬核! 逛了 4 年 GitHub,一口气把我收藏的 Java 开源项目分享给你!
查看>>
牛逼!这家 AI 公司用面具破解了中国的人脸识别系统!微信、支付宝、火车站无一幸免...
查看>>
看完 GitHub 上这几个奇葩项目后,我忍不住笑了 233333
查看>>
她改变了编程
查看>>
B站收藏 6.1w+!GitHub 标星 3.9k+!这门神课拯救了我薄弱的计算机基础
查看>>
8 岁小学生 B 站教编程惊动苹果,库克亲自送生日祝福!
查看>>
这款开源的人脸生成器,我爱了!
查看>>
牛逼!用文言文来编程,97 年 CMU 本科生火遍全网!
查看>>
Git 使用教程:最详细、最傻瓜、最浅显、真正手把手教!(又一篇万字长文)...
查看>>
推荐一个算法大佬,手握 4.3w Star,GitHub 全球排名前 50 !
查看>>
"12306" 的架构到底有多牛逼?
查看>>
孙悟空无姓无名的时候,阎王生死簿是怎么写的呢?
查看>>