求助!!! 网页正常,打包成Android闪退

求各位大佬帮忙!!!

creator 3.3.0 和3.4.0 都会
打包android,用的是android studio
我感觉是skeleton的问题,但不确定具体原因是什么,而且有的skel能加载显示
有的就卡住重复动作或者直接闪退。
下面是 studio显示的报错

闪退前的

C:/ProgramData/cocos/editors/Creator/3.4.0/resources/resources/3d/engine-native/cocos/bindings/jswrapper/Value.cpp:462: const std::string &se::Value::toString() const: assertion “_type == Type::String” failed

项目启动开始的错误 好像不影响 也放下面了

eglCreateContext: EGL_BAD_CONFIG: no ES 3.2 support
tid 30349: eglCreateContext(1545): error 0x3005 (EGL_BAD_CONFIG)
[ERROR]: [ERROR] file C:/ProgramData/cocos/editors/Creator/3.4.0/resources/resources/3d/engine-native/cocos/renderer/gfx-gles3/GLES3GPUContext.cpp: line 216
[ERROR]: eglDefaultContext = eglCreateContext(eglDisplay, eglConfig, nullptr, eglAttributes.data()) returned EGL error: 0x3005
C:/ProgramData/cocos/editors/Creator/3.4.0/resources/resources/3d/engine-native/cocos/renderer/gfx-gles3/GLES3GPUContext.cpp function:initialize line:216

找到原因了
default skin 选择 default不会出问题
image

选择别的皮肤会出问题 这个要怎么解决

只能动态加载代码设置皮肤咯

把这个皮肤的名字改成字母应该可以,不要用纯数字