- This topic has 6 replies, 4 voices, and was last updated 12 years, 4 months ago by
support-octavio.
-
AuthorPosts
-
EmilioZorziParticipantHello Wayne,
when I compile my app for Android, it crashes because I put the files. mobi and. jpg and. png with a name that contains a space.
There are many and I anndare to also search all calls.November 28, 2012 at 10:49 am #332817
EmilioZorziParticipantThis is only a problem for Android that does not recognize spaciali characters like ” “.
is something that you can fix or do I have to rename everything and change all the links?November 29, 2012 at 4:46 pm #332876
support-michaelKeymaster@zorziemilio
>is something that you can fix or do I have to rename everything and change all the links?
Unfortunately no. This is an internal problem with android. We researched different potential solutions but all ended up introducing new risks that are much worse than manually renaming files.
March 1, 2013 at 9:18 am #336120
amsent30MemberI just came across the same problem, with the android building pogress unknown to me i had several issues with the invalid names of the png files i place in the app. so I tried to correct it. not knowing what was wrong i tried to fix it in the files and data page of the building wizard i think i made it worse, now the app wont even function in the test center it doesnt read it. how can fix this problem? am i going to have to re do the whole app for android?
March 1, 2013 at 1:34 pm #336144
support-octavioMemberI assume that you’ve renamed your files within the -www folder, then you have to update the Image property for Image widgets and Audio File property for audio widget. If I didn’t understand your problem please let me know.
March 1, 2013 at 3:10 pm #336151
amsent30Memberoctavio thank you for the response, i adjusted all the png file names and everything else that had a space. tried to build again now it gives me a invalid name .codegen.cache.json”. first character must be a letter or number, when i put check marks on eveything. It lets me continue the build process though, how is this going to affect the end product?
March 1, 2013 at 4:56 pm #336155
support-octavioMemberThat file is not required to be included in the app. Just unselect it in the buildwizard. Same for both .json files.
-
AuthorPosts