You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code cannot be compiled, because some file contains CCMenuItem.h header file, while its folder is not added. (Actually it's contained in cocos2d.h, unnecessary to include it explicitly)
2 After fix first issue, the game is crashed on both Windows and Android, after debugging, it seems the PNGs are in "image" folder under Resources, however it's only file name in the source code, file doesn't exist "splash.png" is not under Resources.
2.a Copy images from image folder to Resource root folder can fix the issue.
2.b add /image/ to file name in source code. e.g. "/image/splash.png"
The last issue is Android.mk file is not correct, many CPP files are not included
The text was updated successfully, but these errors were encountered:
Looks like you have already cover this question. It seems like your project setting have some question.I finish this version on OSX,Xcode6.0, so the project setting is not correct in windows. I feel sorry for that.
There are several issues:
2 After fix first issue, the game is crashed on both Windows and Android, after debugging, it seems the PNGs are in "image" folder under Resources, however it's only file name in the source code, file doesn't exist "splash.png" is not under Resources.
2.a Copy images from image folder to Resource root folder can fix the issue.
2.b add /image/ to file name in source code. e.g. "/image/splash.png"
The text was updated successfully, but these errors were encountered: