Languages

Menu
Sites
Language
Problem in cocos2d

Dear all,

I have a game build in coco2d 3.5-tizen. it's working in emulator( x86 emulator). But when i subbmit the game to tizen store. the QA test it in samsung Z1( ARM platform). It just display a white screen. It can't buy samsung z1 in my country. I don't what problem. 

Please give me advice !

Thanks!!

 

Responses

5 Replies
colin Rao

Possible, try to build an arm platform version. checking your project build property. 

TRAN TUNG

Dear colin Rao,

I built arm platform, but the QA can't test it. How to check project build property? which file to check?

 

Thanks,

Sukwon Suh

That is known issue.

 

please see ths QingliWang's comments in cocos2d-x site.

QingliWang says:

White screen issue on Samsung Z1 or M0:
If got the white screen issue on your device, please change the acceleration preference in file “CCApplication-tizen.cpp”.
elm_config_accel_preference_set(gl_mode);
=> elm_config_accel_preference_set(“opengl”);
Thanks a lot.


Thank you!

 

 

John Ixion
TRAN TUNG

Thanks All.

It's working now!!