build android项目时报错:
Using insecure protocols with repositories, without explicit opt-in, is unsupported.
在build.gradle配置中添加"allowInsecureProtocol = true"
maven {
allowInsecureProtocol = true
url 'http://maven.aliyun.com/nexus/content/groups/public'
}
注意:本文归作者所有,未经作者允许,不得转载