简体   繁体   中英

Gradle Plugins in the Android Studio

When in use, Android Studio displays a dialog box that prompts to update the gradle 2.3.3 plugin. When the update button is clicked, nothing happens. How do I update the grade plugin in Android Studio ?

Go to Build.Gradle (Project) and search something like this

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

it should be highlighted, just put the cursor over it and it´s going to tell you what is the most recent version

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM