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

How to add Genymotion plugin to Android Studio

An emulator on Android Studio is super slow, so I recommend to use Genymotion instead. Open Android Studio Top menu: Android Studio -...

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 ...