admin管理员组

文章数量:1023857

I installed the latest version of intelliJ on the 18th, and ever since I can no longer Sync Gradle Changes. Whenever I attempt to the error below is thrown:

.gradle.api.GradleScriptException: A problem occurred evaluating initialization script.
Caused by: groovy.lang.MissingPropertyException: Could not get unknown property 'GradleVersion'....
at sync_studio_tooling3435_cllv1147ss38zx0z25gq448oz.run(C:\Users\xxxx\AppData\Local\Temp\sync.studio.tooling3435.gradle:6)

Any idea why this would be happening? I've no GradleVersion in my build.gradle or any references to sync_studio_tooling....

I installed the latest version of intelliJ on the 18th, and ever since I can no longer Sync Gradle Changes. Whenever I attempt to the error below is thrown:

.gradle.api.GradleScriptException: A problem occurred evaluating initialization script.
Caused by: groovy.lang.MissingPropertyException: Could not get unknown property 'GradleVersion'....
at sync_studio_tooling3435_cllv1147ss38zx0z25gq448oz.run(C:\Users\xxxx\AppData\Local\Temp\sync.studio.tooling3435.gradle:6)

Any idea why this would be happening? I've no GradleVersion in my build.gradle or any references to sync_studio_tooling....

Share Improve this question edited Nov 19, 2024 at 10:40 Markus 6,3085 gold badges10 silver badges24 bronze badges asked Nov 19, 2024 at 10:08 Ronan O'ReillyRonan O'Reilly 334 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 4

There's a recent issue with the Android plugin that most likely causes this: https://youtrack.jetbrains/issue/IDEA-363320

Workarounds are:

  • Disable the Android plugin in File | Settings | Plugins
  • Install the previous version 2024.2.4 of IntelliJ IDEA

I installed the latest version of intelliJ on the 18th, and ever since I can no longer Sync Gradle Changes. Whenever I attempt to the error below is thrown:

.gradle.api.GradleScriptException: A problem occurred evaluating initialization script.
Caused by: groovy.lang.MissingPropertyException: Could not get unknown property 'GradleVersion'....
at sync_studio_tooling3435_cllv1147ss38zx0z25gq448oz.run(C:\Users\xxxx\AppData\Local\Temp\sync.studio.tooling3435.gradle:6)

Any idea why this would be happening? I've no GradleVersion in my build.gradle or any references to sync_studio_tooling....

I installed the latest version of intelliJ on the 18th, and ever since I can no longer Sync Gradle Changes. Whenever I attempt to the error below is thrown:

.gradle.api.GradleScriptException: A problem occurred evaluating initialization script.
Caused by: groovy.lang.MissingPropertyException: Could not get unknown property 'GradleVersion'....
at sync_studio_tooling3435_cllv1147ss38zx0z25gq448oz.run(C:\Users\xxxx\AppData\Local\Temp\sync.studio.tooling3435.gradle:6)

Any idea why this would be happening? I've no GradleVersion in my build.gradle or any references to sync_studio_tooling....

Share Improve this question edited Nov 19, 2024 at 10:40 Markus 6,3085 gold badges10 silver badges24 bronze badges asked Nov 19, 2024 at 10:08 Ronan O'ReillyRonan O'Reilly 334 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 4

There's a recent issue with the Android plugin that most likely causes this: https://youtrack.jetbrains/issue/IDEA-363320

Workarounds are:

  • Disable the Android plugin in File | Settings | Plugins
  • Install the previous version 2024.2.4 of IntelliJ IDEA

本文标签: gradleIntelliJ 20243errorCould not get unknown property 39GradleVersion39Stack Overflow