-
Notifications
You must be signed in to change notification settings - Fork 7.1k
cocos2dx v3.3rc0 The labelTest, layoutTest,labelTestNew will cause freeze on Android L #9114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
i think the issue is caused by BmFont |
I tested in cocos2dx v3.3rc0 |
I change the cocos2dx v3.3 rc0 Application.mk to cocos2dx v3.2 it works fine I guess the APP_LDFLAGS := -latomic in cocos2dx v3.3 rc0 has a problem thanks |
@minggo ex:
Android.MK in cocos2dx v3.2 (this works fine )
|
Hey I'm running into this freeze now with v3.3.rc0.
I'm working on a massive project that takes a while to recompile, any assistance to narrow it down is greatly appreciated! I'll see if the sample projects will behave in my env in the meantime. |
Some testing with release at
|
this line also had a problem NDK_TOOLCHAIN_VERSION=clang |
This issue is cause by 'sscanf' function. The specific reasons is unclear |
This issue should be fixed in NDK r10c. For more information : https://code.google.com/p/android/issues/detail?id=77988 |
in cocos2dx v3.3rc0 The labelTest, layoutTest, labelTestNew can not work on Android L,
and the files exported from cocosstudio 1.5 json and cocosstudio 2.0 csb when using bitmap font in design will cause freeze on Android L
please fix this as soon as ..
in cocos2dx v3.2 it works fine.
The text was updated successfully, but these errors were encountered: