Required Configuration
Project setting
Publish setting
Statement of necessity
# Include "cocos-ext.h" // introduce extension Library
Using_ns_cc_ext;
Consistency of imported resources
Both iOS and Android are stored in the Resource Directory. However, IOS does not need to identify the sub-Folder path, while Android writes the sub-Folder path. To keep the two systems running, IOS must also identify the sub-Folder path. In the red box below, the first option is not identified, and the second option is to identify the subdirectory path. After Option 2 is selected, both Android and iOS need to specify the sub-path to ensure that the resource paths of the two systems are consistent.
REFERENCE The CCBI project file (cocosbuilder release file)Code
Binding only bound resources can be modified with code in the cocos2d-x, so if you want to modify resources in CCBI, You need to bind