最佳答案
在升级到 android Studio 4.0之后,我遇到了这个问题,因为我使用的是旧版本:
之后我下载了最新的级别版本 6.4.1,完成下载后它给出了错误的
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.
下面是一幅错误的图片:
我已经尝试与 无效缓存/重新启动,清洁工程和 重建项目 也删除了缓存文件夹,但仍然面临同样的问题, 现在我不能用低等级的了。