RichText appears to not work on Android in v3.9

Using the following Sonar Systems tutorial source:

After compiling and and running on an Android device (Fire HD 7) running the latest firmware I am unable to see any RichText elements. I’m using the latest version of Cocos2D (3.9), latest JDK, latest Android SDK, ANT 1.9.4, and NDK r10c.

Edit:
After running adb logcat ndk-stack I realized there was an error in the way Sprite was declared (using the old “create”) so I fixed this in app.js. The RichText showed just fine afterwards. I don’t know about the rest of you but it is super frustrating to me when a small error on one line of code prevents another completely unrelated element from instantiating correctly. I hope this helps someone.

1 Like