|
【Android】
rk3566JD4 下载了最新SDK,编译系统开机是有FireflyApi2,但我源码直接编译不通过
发表于 2022-10-8 14:14:17
浏览:4593
|
回复:1
打印
只看该作者
[复制链接]
楼主
FAILURE: Build failed with an exception.
* Where:
Initialization script '/tmp/sync.ng.build.script.classpath9.gradle' line: 21
* What went wrong:
Failed to notify build listener.
> org.gradle.api.artifacts.result.ComponentSelectionReason.getDescription()Ljava/lang/String;
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 1m 16s
ERROR: Unable to find method 'org.gradle.api.artifacts.result.ComponentSelectionReason.getDescription()Ljava/lang/String;'.
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.
|
|