ラベル [en]Cocos2d-x の投稿を表示しています。 すべての投稿を表示
ラベル [en]Cocos2d-x の投稿を表示しています。 すべての投稿を表示

Error for string [Cocos2d-x Android]

Here may be an error blog. Well, this time is so easy. The error log error: 'string' in namespace 'std' does not name a ty...

[Cocos2d-x Android] Error about to_string.

Using std::to_string() will be getting error! How many times does cocos2d-x take me errors? According to an excellent developer, it's ...

Crash on Genymotion emulator

Cocos2d-x app getting crash on Genymotion virtual device. The situation Create Cocos2d-x project as below. cocos new TestingProject -p ...

Cocos2d-x project getting an error on Android device

Compiled Cocos2d-x project and run on Android device, then getting an error! How is the situation? Executed command $ cocos run -s ./Te...

Error Cocos2d-x Android project again!

Cocos2d-x project takes an error again. A thing what I did The command. $ cocos compile -s ./TestingProject -p android The reply. It w...

New Cocos2d-x Android project gets error!

I created new project with Cocos2d-x, and compile it then... Error! 2 solutions in this case. What's happend Executed command. $ co...

Installation Cocos2d-x for Android

This is for using Android Studio. Check existing Java Input this command in terminal. javac -version The reply is... javac 1.x.x_xx ...

How to call Objective-C method from C++

I know the way of calling Objective-C method from C++ file without connecting file for them. Check this below and you will notice how easy i...

How to make static library for Cocos2d-x

How to make static library for Cocos2d-x
You will easily notice building for Cocos2d-x is so slow. If you use static library for that, the building time will be much faster. Envi...

Error just after installed Cocos2d-x

Installing Cocos2d-x is done, and run any project and then... what the hell is that! Environment Xcode 7.3 Cocos2d-x 3.10 (Without And...

Installation Cocos2d-x on mac

I installed just cocos2d-x 3.10 on OS X. It's simple. 1. Download Cocos2d-x Here you go. http://www.cocos2d-x.org/download You ca...

Warning about supportedInterfaceOrientations

Your iOS project might get warning supportedInterfaceOrientations on Xcode 7.0. The cause is just building for iOS 9. Conflicting return ...