Can't Build Any Project After Upgrade To Android Studio 2.3
I am using Android Studio on Linux. And today I have updated it to version 2.3 stable but now I am not able to build any of my projects or even create a new project. There is no er
Solution 1:
You probably had to upgrade Gradle as part of the IDE upgrade.
Android Gradle Plugin : 2.3.0+ Gradle Version: 3.3+
You can specify the Gradle version in either the File > Project Structure > Project menu in Android Studio, or by editing the Gradle distribution reference in the
gradle/wrapper/gradle-wrapper.properties
file
More details here.
https://developer.android.com/studio/releases/gradle-plugin.html
Post a Comment for "Can't Build Any Project After Upgrade To Android Studio 2.3"