We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
Compatibility on Android 4.3
Compatibility on Android 4.3
Bug #2818 [Rejected]
We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
@corytrese reported that, a bug in libskia https://code.google.com/p/android/issues/detail?id=58515 will affect cocos2d-x in Android 4.3 http://www.cocos2d-x.org/forums/6/topics/35255
Friends at libgdx told me cocos2d-x will directly suffer from it as we uses Android’s Bitmap https://github.com/cocos2d/cocos2d-x/blob/develop/cocos2dx/platform/android/java/src/org/cocos2dx/lib/Cocos2dxBitmap.java
Besides bitmap, we will also suffer from the SoundPool bug in 4.3 https://github.com/cocos2d/cocos2d-x/blob/develop/cocos2dx/platform/android/java/src/org/cocos2dx/lib/Cocos2dxSound.java, the same problem as libgdx.