smithkda.blogg.se

How to downgrade gradle android studio
How to downgrade gradle android studio







how to downgrade gradle android studio

If you encounter a problem, let us know by reporting a bug. We greatly appreciate your bug reports, which help us to make Android Studio better. Otherwise, you can download here.įor information on new features and changes in all releases of Android Studio, see the Android Studio release notes. If you already have an Android Studio build on the Stable channel, you can get the update by clicking Help > Check for Update ( Android Studio > Check for Updates on macOS). Android Studio Arctic Fox Canary 4 availableĪndroid Studio 4.1.2 is now available in the Stable channel.Android Studio Arctic Fox Canary 5 available.That will clean your project, try and compile it, and if/when it fails, it will show you a stacktrace of the error.įor me, Android Studio > File > Invalidate Caches / Restart did the trick. To get more information about whatever the issue is, try running this: If so, then you'll have to download Android Studio 2.2, or fix whatever issue you have in your project that needs gradle wrapper version 2.14.1. If you're using the new 2.3 Android Studio, you HAVE to use gradle wrapper 3.3, as its the minimum supported gradle wrapper version. Then sync gradle, and it will automatically download 2.14.1. Open "gradle-wrapper.properties" and change the place where it says "3.3" to "2.14.1". If you're using the gradle wrapper, then there'll be a folder in your project named "gradle" with a subfolder named "wrapper", inside that, there are 2 files: Notice: if you keep checking the mentioned link you'll see Higher is better for gradle.

how to downgrade gradle android studio how to downgrade gradle android studio

NOTE: Do not place your application dependencies here they belong

how to downgrade gradle android studio

According to here you can set the gradle to 2.14.1 by changing build tools to lower than 1.0.0.Ĭlasspath ':gradle:1.0.0'// For gradle 2.2.1 - 2.3 What you should do is to change the gradle build tools version to the one that matches your gradle version.









How to downgrade gradle android studio