美文网首页
android-studio 报错版本问题

android-studio 报错版本问题

作者: 朝朝朝朝朝落 | 来源:发表于2020-08-30 09:21 被阅读0次

help-->about查看版本号

涉及到2个文件

1,项目/gradle.properties 修改

dependencies {

classpath'com.android.tools.build:gradle:3.5.2'

2,项目/gradle/warper/gradle-wrapper.properties 修改

distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip

相关文章

网友评论

      本文标题:android-studio 报错版本问题

      本文链接:https://www.haomeiwen.com/subject/bywssktx.html