Skip to content Skip to sidebar Skip to footer

Using Gradle 2.4 In Android Studio

I'd like to use the latest version of Gradle in Android Studio. How do I check which version is used, and how do I upgrade to the latest one (if it is supported)? I would like to u

Solution 1:

You can check current Gradle version in Project Structure (File -> Project Structure...). How to check Gradle version in Android Studio

You can change default Gradle by using local distribution. However, I am not sure if Android Studio can support Gradle 2.4. Maybe you can have a try. Or you can change gradle-wrapper.properties directly. How to change default Gradle

Post a Comment for "Using Gradle 2.4 In Android Studio"