“Gradle Version 3.2 is required.” Error

来源:互联网 发布:休闲游戏推荐 知乎 编辑:程序博客网 时间:2024/05/30 13:41

You need to change File > Settings > Builds,Execution,Deployment > Build Tools > Gradle >Gradle home path

Or set Use default gradle wrapper and edit Project\gradle\wrapper\gradle-wrapper.propertiesfiles field distributionUrl like this

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