Error crash android app when create object sp.SkeletonAnimation

Hi everyone,
I have a error crash on android when i create any object sp.SkeletonAnimation();
I use cocos2d-x 3.17.2 with language JS and NDK r17c
my log error below:

Thanks!

@slackmoehrle, can you help me, please? :((

I found a solution for issue. My app crash because i use a word “new” to create object SkeletonAnimation. Instead, i use function “createWithJsonFile” to create object, everything work ok.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.