Resource and Resources

In win32 project, Image files in the folder named “Resource”.

but in android project, build_native.sh copys them to “assets” folder from “Resources”.

I have to keep “Resource” and “Resources” that have same contents.
or copy the Image files to “assets” folder manually.

maybe it is a bug…

Thanks for your report. Bug #637 is created for this case, and is fixed in v0.9.1

But this issue still exists in my build… cocos2d-1.0.1-x-0.9.1
It maybe cause of ADK tools.
my ADK is the latest version.

Did you mean that, project created by win32 template put the image files in folder named “Resource”?

yes

Thank you.
#747 is created for it.