您的位置:首页 > 其它

Error:Cause: peer not authenticated

2016-03-30 17:19 369 查看
buildscript {
repositories {
//添加URL描述即可
//        jcenter()
jcenter {
url "http://jcenter.bintray.com/"
}
}
dependencies {
classpath 'com.android.tools.build:gradle:1.5.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}

allprojects {
repositories {
//添加URL描述即可
//        jcenter()
jcenter {
url "http://jcenter.bintray.com/"
}
}
}

task clean(type: Delete) {
delete rootProject.buildDir
}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: