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


    LogPlayLevel: UAT: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) LogPlayLevel: UAT: at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.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.(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.(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版本进行修改替换

  • 相关阅读:
    MR混合现实在临床医学课堂教学中的应用演示
    COMSOL超声换能器聚焦声场仿真
    c++ 模版元编程-SFINAE(Substitution Failure Is Not An Error)技术
    【Redis学习笔记】第十章 Redis高级数据类型
    关于我的人生(假如我工作13年就能得到3w个花西币)
    [附源码]java毕业设计静谧空间自习室预订系统
    SpringMvc如何向Session域中设置数据
    0079__多线程私有数据pthread_key_create
    基于自适应启动策略的混合交叉动态约束多目标优化算法(MC-DCMOEA)求解CEC2015/CEC2018/CEC2023(MATLAB代码)
    5 张图告诉你 RocketMQ 为什么不使用 Zookeeper 做注册中心
  • 原文地址:https://blog.csdn.net/htwzl/article/details/136186917