UE5 打包安卓报错LogPlayLevel: UAT: at org.codehaus.groovy.vmplugin.v7.Java7

LogPlayLevel: UAT: at java.base/java.util.concurrent.ThreadPoolExecutorWorker.run(ThreadPoolExecutor.java:635) LogPlayLevel: UAT: at org.gradle.internal.concurrent.ThreadFactoryImplManagedThreadRunnable.run(ThreadFactoryImpl.java:56) LogPlayLevel: UAT: at java.base/java.lang.Thread.run(Thread.java:842) LogPlayLevel: Error: UAT: Caused by: java.lang.ExceptionInInitializerError: Exception org.codehaus.groovy.GroovyBugError [in thread "Daemon worker"] LogPlayLevel: UAT: at org.codehaus.groovy.vmplugin.v7.Java7.<clinit>(Java7.java:45) LogPlayLevel: UAT: at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) LogPlayLevel: UAT: at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) LogPlayLevel: UAT: at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) LogPlayLevel: UAT: at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) LogPlayLevel: UAT: at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) LogPlayLevel: UAT: at org.codehaus.groovy.vmplugin.VMPluginFactory.createPlugin(VMPluginFactory.java:57) LogPlayLevel: UAT: at org.codehaus.groovy.vmplugin.VMPluginFactory.<clinit>(VMPluginFactory.java:39) LogPlayLevel: UAT: ... 128 more LogPlayLevel: UAT: LogPlayLevel: UAT: FAILURE: Build failed with an exception. LogPlayLevel: UAT: LogPlayLevel: UAT: * What went wrong: LogPlayLevel: UAT: Could not initialize class org.codehaus.groovy.reflection.ReflectionCache LogPlayLevel: Error: UAT: > Exception java.lang.NoClassDefFoundError: Could not initialize class org.codehaus.groovy.vmplugin.v7.Java7 [in thread "Daemon worker"] LogPlayLevel: UAT: LogPlayLevel: UAT: * Try: LogPlayLevel: UAT: 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. LogPlayLevel: UAT: LogPlayLevel: UAT: * Get more help at https://help.gradle.org LogPlayLevel: UAT: LogPlayLevel: UAT: BUILD FAILED in 2s LogPlayLevel: Error: UAT: ERROR: cmd.exe failed with args /c "XXXXXXX\Intermediate\Android\arm64\gradle\rungradle.bat" :app:assembleDebug LogPlayLevel: UAT: (see C:\Users\Joel\AppData\Roaming\Unreal Engine\AutomationTool\Logs\D+Program+Files+Epic+Games+UE_5.2\Log.txt for full exception trace) LogPlayLevel: UAT: AutomationTool executed for 0h 0m 27s LogPlayLevel: UAT: AutomationTool exiting with ExitCode=1 (Error_Unknown) LogPlayLevel: Completed Launch On Stage: Deploy Task, Time: 14.525726 LogPlayLevel: UAT: BUILD FAILED PackagingResults: Error: 启动失败! Unknown Error

将JDK版本进行修改替换

相关推荐
ujainu3 小时前
告别杂乱!Flutter + OpenHarmony 鸿蒙记事本的标签与分类管理(三)
android·flutter·openharmony
常利兵4 小时前
Android内存泄漏:成因剖析与高效排查实战指南
android
·云扬·4 小时前
MySQL 8.0 Redo Log 归档与禁用实战指南
android·数据库·mysql
野生技术架构师4 小时前
SQL语句性能优化分析及解决方案
android·sql·性能优化
doupoa5 小时前
内存指针是什么?为什么指针还要有偏移量?
android·c++
非凡ghost6 小时前
PowerDirector安卓版(威力导演安卓版)
android·windows·学习·软件需求
独行soc6 小时前
2026年渗透测试面试题总结-19(题目+回答)
android·网络·安全·web安全·渗透测试·安全狮
爱装代码的小瓶子8 小时前
【C++与Linux基础】进程间通讯方式:匿名管道
android·c++·后端
兴趣使然HX8 小时前
Android绘帧流程解析
android
JMchen1239 小时前
Android UDP编程:实现高效实时通信的全面指南
android·经验分享·网络协议·udp·kotlin