kirin77 发表于 2022-7-1 11:55

Unreal Engine问题记录

Editor


Android

app:compileDebugJavaWithJavac



排查
手动调用
rungradle.bat :app:assembleDebug

发现错误:
* What went wrong:
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
> Installed Build Tools revision 33.0.0 is corrupted. Remove and install again using the SDK Manager.

* 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
尝试降低BuildTool版本到32.0.0 也失败
安装了30.0.0 和29.0.2 发现自动选择了29.0.2,打包成功
猜测应该是SDK Build Tool版本的问题

Windows


IOS
页: [1]
查看完整版本: Unreal Engine问题记录