金亚洲技术笔记
凡是过往,皆为序章。
IntelliJ IDEA生成apk“Read timed out”
-
注释掉
settings.gradle
中dependencyResolutionManagement部分。 -
在
build.gradle
文件中补上上述注释掉的部分,加入阿里云的镜像地址:
allprojects {
repositories {
google()
mavenLocal()
mavenCentral()
maven { url 'https://maven.aliyun.com/repository/public/' }
}
}
捐赠
如果您觉得博客对您有所帮助,不妨赏博主一杯☕。