Error:Support for clients using a tooling API version older than 3.0 was removed in Gradle 5.0

15,939

I think you just need to upgrade your Intellij Idea. I meet the same error, and I upgrade my version to 2019. It works.

Share:
15,939
freelancer86
Author by

freelancer86

Updated on June 21, 2022

Comments

  • freelancer86
    freelancer86 almost 2 years

    I am using Intellij Idea with Gradle 5.1.1.I want to refresh a Gradle project but when I refresh the project I receive an error:

    Error:Support for clients using a tooling API version older than 3.0 was removed in Gradle 5.0. You are currently using tooling API version 2.9. You should upgrade your tooling API client to version 3.0 or later.

    What should I do?