androidstudio2.3升级到3.2
好久不做安卓的项目了,公司今天需要对原来的安卓项目进行升级维护。下载新版的androidstudio3.2版本用的是gradle4.5。
distributionUrl=https\://services.gradle.org/distributions/gradle-4.5-all.zip
导入原来的项目,一段时间的downloading、build之后,报了一片红,各种依赖包找不到。 Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.xxx. 查了半天,所有配置都是对的,离线模式(offline work)也关了. 无头苍蝇,乱撞一番,stackoverflow 有个回答,确定是网被墙了
打开shadowsocks,把http proxy的代理指向本地。
重新build,还是没好。然后关闭studio 重新打开,就完美build好了。