Android Gradle 5.0 Update:Cause: org.jetbrains.plugins.gradle.tooling.util

前端 未结 10 862
醉话见心
醉话见心 2021-01-31 06:50

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

相关标签:
10条回答
  • 2021-01-31 07:29

    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.

    0 讨论(0)
  • 2021-01-31 07:33

    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

    0 讨论(0)
  • 2021-01-31 07:36

    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

    0 讨论(0)
  • 2021-01-31 07:38

    The easiest way I've found is delete Android Studio from the applications folder, then download & install it again.

    0 讨论(0)
提交回复
热议问题