axmol/cocos/platform/android/jni
Adrien de Sentenac 1a76c9ea3b Add OBB (zip) support (#15515)
* Add OBB support.
OBB must be a zip file with audio and video files stored uncompressed.

* Use introspection to be able to build with Android API level 10.
Using the new audio engine to play sounds from the OBB will only work with API level 12 (Android 3.1) or above.
2016-05-04 09:21:35 +08:00
..
Java_org_cocos2dx_lib_Cocos2dxAccelerometer.cpp Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
Java_org_cocos2dx_lib_Cocos2dxBitmap.cpp updates to JniHelper, refactoring of existing JNI calls 2015-11-27 12:00:33 +03:00
Java_org_cocos2dx_lib_Cocos2dxBitmap.h coding style fix 2014-05-28 17:41:34 +08:00
Java_org_cocos2dx_lib_Cocos2dxHelper.cpp Add OBB (zip) support (#15515) 2016-05-04 09:21:35 +08:00
Java_org_cocos2dx_lib_Cocos2dxHelper.h Add OBB (zip) support (#15515) 2016-05-04 09:21:35 +08:00
Java_org_cocos2dx_lib_Cocos2dxRenderer.cpp Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
JniHelper.cpp Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
JniHelper.h updates to JniHelper, refactoring of existing JNI calls 2015-11-27 12:00:33 +03:00
TouchesJni.cpp Fixed EventListenerKeyboard.onKeyPressed not firing for back button on Android. 2015-07-02 16:19:33 +08:00