java - Blank screen when running cocos-2d empty example -
first here versions running
- cocos2d-x-3.11
- android sdk (5.1.1 or 3.1.1 have same effect)
- ant 1.9.7
- eclipse
- java 1.8
- ndk r10c
- python 2.7.5
i trying sample projcet located in cocos2d-x-3.11/tests/cpp-empty-test work. believe when running (by looking @ code) should pop generic "hello-world" program, on device shows blank screen.
steps did project running
- open eclipse
- import directory in
c:\androidprogramming\cocos\cocos2d-x-3.11\cocos\platform\android\java
- import proj.android
c:\androidprogramming\cocos\cocos2d-x-3.11\tests\cpp-empty-test
- project->build all
- click cpptest->debug->as android application
then project loads onto device. no console errors or anything, screen black.
then eclipse shows me wierd thing, , idk, breakpoint new ide me. see no console indication or anything. , app not crash.
Comments
Post a Comment