How to check the gradle version in Android Studio?

后端 未结 6 1638
名媛妹妹
名媛妹妹 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:03

    File->Project Structure->Project pane->"Android plugin version".

    Make sure you don't confuse the Gradle version with the Android plugin version. The former is the build system itself, the latter is the plugin to the build system that knows how to build Android projects

提交回复
热议问题