HI @muxiandong,
the problem was solved by porting to latest version of cocos
seems that app built with NDK 19 doesn’t completely support on android 11, so it was crashing but below android 11 it was working fine.
so ported to cocos creator 3.3 to use NDK 23 to support all the android versions.
thank you