Top "Cocos2d-x" questions

C++ cross-platform version of Cocos2D, an open-source mobile 2D game framework.

cocos2d-x-2.1.4 : error: format not a string literal and no format arguments [-Werror=format-security]

I am working on a game on cocos2d-x-2.1.4, however, when I try to build it on Android, it failed …

android cocos2d-iphone android-ndk cocos2d-x
Use new firebase sdk in android eclipse project

new firebase with awesome features was just announced, but according to documentation (https://firebase.google.com/docs/android/setup#prerequisites) …

android eclipse firebase cocos2d-x adt
ant debug, and sdk.dir

I have a problem to generate the Android APK file. When I run ant debug compilation work fine, but when …

android ant cocos2d-x
How to call callfunc function in cocos2dx 3.0

I have to convert objective c++ to C++ 11. I have stuck with the following syntax. I have referred in testcpp …

c++11 cocos2d-x cocos2d-x-3.0
how to convert jobject to jstring

I am trying to get a string in return to a function call from cpp to java. This is my …

java c++ java-native-interface cocos2d-x
How to fix "Could NOT find GLEW (missing: GLEW_INCLUDE_DIR GLEW_LIBRARY)"

It appears you are building natively for Linux with GCC Cocos2dx on Linux : "cmake -G 'CodeBlocks - Unix Makefiles' …

cocos2d-x
Detect touch Cocos2d-x

I'm using Cocos2d-x and trying to detect touches in my HelloWorld project. Though I'm having no luck. .h class …

iphone c++ objective-c cocos2d-iphone cocos2d-x
Android.mk - build all source file in a directory

I am using Android NDK to build my cocos2dx project, within the Android.mk, there is a definition for …

android cocos2d-iphone android-ndk cocos2d-x
ABORTING: HEAP MEMORY CORRUPTION on NDK env. (POCO Library, Sqlite3, Cocos2dx)

I'm facing 'ABORTING: HEAP MEMORY CORRUPTION' problem on Android NDK environment. If I backtrace with ndk-gdb, it is mainly occurring …

android sqlite android-ndk cocos2d-x poco-libraries
difference between cocos2d-x vs cocos2d-js

I'm just moving towards mobile apps... A friend of mine told me to start with cocos2d, I'm good in …

javascript android ios cocos2d-x