cocoscreator 2.4.7版本打包安卓失败

cocoscreator 2.4.7版本
换了不同版本的ndk jdk编译都报错,下面是不同版本的报错
工程目录

NDK26
jbr-17
gradle 7.5 插件7.4
编译失败报错
D:/new/dashboard/cocos-dashboard-editors/2.4.7/resources/cocos2d-x/external/sources/pvmp3dec/src/pvmp3_alias_reduction.cpp:172:70: error: implicit conversion from ‘int’ to ‘float’ changes value from 2147483647 to 2147483648 [-Werror,-Wimplicit-const-int-float-conversion]
*used_freq_lines = fxp_mul32_Q32(*used_freq_lines << 16, (int32)(0x7FFFFFFF / (float)18 - 1.0f)) >> 15;

                                                                 ^~~~~~~~~~ ~

NDK19
jbr-17
gradle 7.5 插件7.4
编译失败报错
lang++.exe: error: no such file or directory: 'D:newclientprojbuildjsb-linkframeworksruntime-srcproj.android-studioinstantappbuildintermediatescxxDebug3n5j2231/obj/local/arm64-v8a/libcocos2d.a

在线跪求回复!!!

使用NDK20

试了也是报相同的错


是as工程导入有问题吗?打开文件夹可以找到库文件,编译的时候读不到。

按照文档操作已解决 安装配置原生开发环境 | Cocos Creator

根据文档也不行