1. on iOS, the Resource Directory is called resources. If it doesn't work, you can change it to resource.
2. c ++ 11 was used. I had to pack it in win7 + cygwin. This time, my colleague couldn't compile it in his iMac and couldn't find STD: mutex. I can't make any changes! Think it is a new STD: mutex problem (in fact, this STD: mutex should also exist before ). Today, on Windows 7 + cygwin, the same method can be used, and there is no time to study it.
3. under the Resource Directory, an assets is created to store the art resources. After the android APK is created, the corresponding art resource file (CCBI, PNG, and so on) cannot be found ), from the beginning to the end, I suspect that the directory is called assets? It is the same as the default Resource Directory of Android. Is there a problem? But shouldn't it? The directory structure is assets/XXXXX... , The Path obtained through ccfileutil is indeed incorrect. The Assets Directory is missing, and the art resource directory is changed to a name to load resources normally. This ..... Speechless, this time is wasted .....