收到推送引发程序崩溃

版本:cocos2dx-js 3.17

游戏可以正常启动,但是在华为手机上玩的过程中收到推送就闪退了,截取到的日志如下

11-10 20:55:06.056 30084-30105/? E/AndroidRuntime: FATAL EXCEPTION: GLThread 722
    Process: com.xxxxxxxx.xxx, PID: 30084
    java.lang.UnsatisfiedLinkError: No implementation found for void org.cocos2dx.lib.c.b(int) (tried Java_org_cocos2dx_lib_c_b and Java_org_cocos2dx_lib_c_b__I)
        at org.cocos2dx.lib.c.b(Native Method)
        at org.cocos2dx.lib.c.a(Unknown Source)
        at org.cocos2dx.lib.g.run(Unknown Source)
        at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1507)
        at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1267)

这是个啥问题

您好 我遇到了一个和您很相似的问题 不知道您当初有解决方案了吗?