Android 5.0 Lollipop black screen

Anyone seen black screen issue with Android 5.0 Lollipop with Cocos2d-x v3.2 and v3.3? I have a game that works fine with all other androids but not the Android 5.0 Lollipop. Any ideas or suggestions?

Much Thanks!

Could be either the background music freezing it (Android MediaPlayer api has changed in 5.0) or text-based fnt files are doing it, or both. Read this thread. There’s already a MediaPlayer patch on github

Using NDK 10c seems to fix the problem. Thanks!