-
Notifications
You must be signed in to change notification settings - Fork 335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
引用插件后运行时异常,求解答 #30
Comments
Execution failed for task ':app:transformClassesWithLancetForDebug'.
|
me.ele:lancet-plugin:1.0.5 same problem, gradlew --stacktrace is `
FAILURE: Build failed with an exception.
` |
日志输出transformClassesWithLancetForDebug时failed;在app的gradle中移除apply plugin: 'me.ele.lancet'后运行正常。
以下是给出的错误提示:
me.ele.lancet.weaver.internal.graph.InterfaceNode cannot be cast to me.ele.lancet.weaver.internal.graph.ClassNode
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.
The text was updated successfully, but these errors were encountered: