On Updating version my project gradle
to 5.0 release I am getting error in android studio it was working fine with gradle
5.0 rc
3
I solved this issue after changing the "Gradle Version" and "Android Plugin version".
You just goto "File>>Project Structure>>Project>>" and make changes here. I have worked a combination of versions from another working project of mine and added to the Project where I was getting this problem.
Issue has been resolved after updating Android studio version to 3.3-rc2 or latest released version.
cr: @shadowsheep
have to change version under /gradle/wrapper/gradle-wrapper.properties. refer below url https://stackoverflow.com/a/56412795/7532946
This issue is due to incompatible of your plugin Verison and required Gradle version; they need to match with each other. I am sharing how my problem was solved.
plugin version
Required Gradle version is here
more compatibility you can see from here. Android Plugin for Gradle Release Notes
The easiest way I've found is delete Android Studio from the applications folder, then download & install it again.