美文网首页
完美解决:Possible causes for this un

完美解决:Possible causes for this un

作者: 雨森之雨 | 来源:发表于2020-07-21 10:53 被阅读0次

完美解决:

Unable to find method 'org.gradle.api.tasks.TaskInputs.property(Ljava/lang/String;Ljava/lang/Object;)Lorg/gradle/api/tasks/TaskInputs;'.

Possible causes for this unexpected error include:

Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)

Re-download dependencies and sync project (requires network)

The state of a Gradle build process (daemon) may be corrupt. Stopping all Gradle daemons may solve this problem.

Stop Gradle build processes (requires restart)

Your project may be using a third-party plugin which is not compatible with the other plugins in the project or the version of Gradle requested by the project.

In the case of corrupt Gradle processes, you can also try closing the IDE and then killing all Java processes.

出现这个问题的原因大概是别人的项目引用的gradle包在你as下无法识别无法解压导致的,先用你本地的gradle包(没有的话https://services.gradle.org/distributions/去下载),然后再运行,没有这样的错误后,接下来按提示操作就可以

如下图:

解决方案:

首先打开AS的setting->Gradle->Gradle projects,选择Specified location ,然后选择本地的gradle 文件

本地gradle文件目录如果没有设置过的话,一般都在C盘的user-用户名-.gradle\wrapper\dists.......下面,如下图

最后点击 Apply 后,同步就完美解决啦

相关文章

  • 完美解决:Possible causes for this un

    完美解决: Unabletofindmethod'org.gradle.api.tasks.TaskInputs....

  • iOS lame bug

    This is a fatal error. It has several possible causes:90...

  • 2020-02-08 听力10

    deal with the root causes of 从根本上解决。。。问题 Nepalimage.png m...

  • 直接原因和根本原因

    Distinguish proximate causes from root causes. Proximate ...

  • Windows下完全删除Java

    解决This version of the JDK is already installed. Please un...

  • Brainstorming tips

    gather as many ideas as possible try to find possible ide...

  • possible

    又是一年盛夏,池塘未见青蛙; 偶遇查理and巧克力; got something is not really!

  • Possible

    人生充满种种可能,不局限思维以及行动。

  • possible

    最大的红利,是政策红利。 也就是政府让你干的事,你才能去干。 前几年,政府让你买房的时候,果断买房滴,都发财啦,最...

  • not possible

    如果我能和先生走到生命的尽头,那简直不可思议。不敢相信,坚守这样的不幸福,是为什么。真真是为了孩子?

网友评论

      本文标题:完美解决:Possible causes for this un

      本文链接:https://www.haomeiwen.com/subject/dizbkktx.html