【求助】creator构建android编译报错

如题,

编译模式:release
使用 Android Studio 工程:D:\creator\tanyitan\build\jsb-link\frameworks\runtime-src\proj.android-studio
正在执行:’“D:\android-sdk\android-sdk-windows\tools\android” update project -t android-27 -p D:\creator\tanyitan\build\jsb-link\frameworks\runtime-src\proj.android-studio\app’

Updated project.properties
Updated local.properties
Updated file D:\creator\tanyitan\build\jsb-link\frameworks\runtime-src\proj.android-studio\app\proguard-project.txt
正在生成 apk 文件…
正在执行:’“D:\creator\tanyitan\build\jsb-link\frameworks\runtime-src\proj.android-studio\gradlew.bat” --parallel --info assembleRelease’

Initialized native services in: C:\Users\nice9.gradle\native

FAILURE: Build failed with an exception.

  • What went wrong:
    Could not determine java version from ‘11.0.1’.

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --debug option to get more log output.

  • Get more help at https://help.gradle.org
    执行命令出错,返回值:1。

参考这个文章可以解决
https://blog.csdn.net/qq_32452623/article/details/83341750

已解决