-
Notifications
You must be signed in to change notification settings - Fork 290
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
The screen is black when I run the Demo of ClickAndMoveTest #81
Comments
These black screen issues just happen on real phone. Emulator does not exist these issues. I don't know why? I am afraid that these issues will happen on my project. |
You try to pay attention to the last thread action
|
computer and mobile is different speeds
|
@midcomc I recently find that these issues some phones. So I guess that also need libgdx.so of arm64-v8a and armeabi-v7a? |
@midcomc Below is answer, how can I ask contributor to update the cocos2d-android.jar? Go to org.cocos2d.nodes package and there in the class CCDirector.java find the method SetProjection and also find this state GLU.gluPerspective(gl, 60, size.width/size.height, 0.5f, 1500.0f); and after you finded this , your topic is to replace with this >=== GLU.gluPerspective(gl, 60, size.width/size.height, 0.5f, 2000.0f); And it will work perfectlly |
Unfortunately, the author has stopped updating Android -cocos2d.jar . And this is my test , use android-cocos2d.jar in Android apps AIED make. |
Oh sorry , did not use cocos2d. |
@midcomc Excuse me, I also want to know if this library does not support skeleton animation? Because it has not been updated for long period? |
Several Demos existed these issues.
I want to know why? Thanks.
The text was updated successfully, but these errors were encountered: