How to check the gradle version in Android Studio?

后端 未结 6 1640
名媛妹妹
名媛妹妹 2020-12-07 15:42

When compiling this official project with Android Studio 0.82, it shows error note:

Error:The project is using an unsupported version of the Android Gradle pl         


        
6条回答
  •  再見小時候
    2020-12-07 16:05

    I know this is really old and most of the folks have already answered it right. Here are at least two ways you can find out the gradle version (not the gradle plugin version) by selecting one of the following on project tab on left:

    1. Android > Gradle Scripts > gradle-wrapper.properties (Gradle Version) > distributionURL
    2. Project > .gradle > x.y.z <--- this is your gradle version

提交回复
热议问题