Export As Zip file name problem

agraham

Expert
Licensed User
Longtime User
I have a file called "bigimage.jpg" in my Files folder of a project. Export As Zip insists on exporting it as "BigImage.jpg" which breaks the project because of case-sensitivity as Basic4android seems to lowercase asset files when locating them. The problem seems to be that it is listed in the Designer Image Files as "BigImage.jpg" and it is being renamed to that on export.
 

agraham

Expert
Licensed User
Longtime User
It also happens when the name in the Files tab in the IDE is uppercased and I do an export. I've had to remove the references, rename the file to all lowercase and then add it back to get it to work. Layout files are fine however, even when they have uppercase in their names in the File tab.
 
Top