

The content of gradle-wrapper properties file is as follows: distributionBase=GRADLE_USER_HOME. Where is Gradle wrapper Gradle wrapper properties? If you are using the Gradle wrapper, then your project will have a gradle/wrapper/gradle-wrapper. Your Gradle version will be displayed here. Then select the "project" tab on the left. In Android Studio, go to File > Project Structure.

The solution to the previously mentioned problem, Gradle Update Wrapper, can also be found in a different method, which will be discussed further down with some code examples./gradlew wrapper -gradle-version Įxample.

Latest stable versions you can use with Android Studio 4.1.2 (March 2021): Android Gradle Plugin version: 4.1.2 The following table shows compatibility between Android plugin for Gradle and Gradle: Solution Step 1 (Use default gradle wrapper)įile→ Settings→ Build, Execution, Deployment→ Build Tools→Gradle→ Use default Gradle wrapper (recommended)Ĭhanging to Gradle Wrapper in the new version of Android Studio: Step 2 (Select desired gradle version) How do I do that? I can't find any update tools for the gradle plugin in android studio. Please update the version of theĭependency ':gradle' Project is using an old version of the Android Gradle plug-in. After the installation I restarted Android Studio but now I get this message: Today I got and update to version 0.2 and of course I updated.
