SyncFailed Error:Cause: org/jetbrains/plugins/gradle/tooling/ModelBuilderService

后端 未结 6 621
太阳男子
太阳男子 2020-12-31 05:56

I have a project which I try to open in Android Studio however when the project is imported I receive an error

Error:Cause: org/jetbrains/plugins/grad

6条回答
  •  抹茶落季
    2020-12-31 06:23

    Your Android Studio must be 3.4 or above Latest Version.

    And Gradle file should be:

    distributionBase=GRADLE_USER_HOME

    distributionPath=wrapper/dists

    zipStoreBase=GRADLE_USER_HOME

    zipStorePath=wrapper/dists

    distributionUrl=https://services.gradle.org/distributions/gradle-5.4.1-all.zip

    These error comes when you used below Android Studio 3.4 Version.

提交回复
热议问题