when I do :
auto label = CCLabelAtlas::create(StringUtils::toString(speed).c_str(), "arial_image.bmp");
I get :
09-17 08:37:40.856: D/CCFileUtilsAndroid.cpp(1563): relative path = arial_image.bmp
09-17 08:37:40.856: D/CCFileUtilsAndroid.cpp(1563): relative path =
09-17 08:37:40.856: D/CCFileUtilsAndroid.cpp(1563): asset is nullptr
Does anyone know how to solve this problem ?
It seems that there is something wrong with the assets handling in "CCFileUtilsAndroid"
Thanks a lot