gradle版本
AndroidStudio3.1对应的gradle版本为4.4
同时:此处版本同Android Studio版本
compile
sync是注意使用compile依赖包都要替换为api或implementation,否则会一直gradle失败,出现如下提示:
替换为如下:
image.png
另外
更新前尽量吧jdk切为自己安装的jdk,使用内置的jdk可能会导致安装过程报错
AndroidStudio3.1对应的gradle版本为4.4
同时:此处版本同Android Studio版本
sync是注意使用compile依赖包都要替换为api或implementation,否则会一直gradle失败,出现如下提示:
替换为如下:
更新前尽量吧jdk切为自己安装的jdk,使用内置的jdk可能会导致安装过程报错
本文标题:Android Studio 3.1更新注意事项
本文链接:https://www.haomeiwen.com/subject/swzucftx.html
网友评论
Use 'android.enableAapt2=true' to remove this warning.
It will be removed at the end of 2018.”怎么办,而且点击“Run”按钮,它直接install Apk,不再gradle build
Searched in the following locations:
https://jcenter.bintray.com/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar
说是找不到这个jar包,我下载了,还是不行
Enable Gradle 'offline mode' and sync project
楼主遇见过这问题吗