Hey Corona Team,
I stuck some hours having a problem when trying to install my Android app with ADB to my device on Windows.
ADB tells me that it cannot find the file, although the path was completely right…
…seemingly!
My app’s name has a space character, e.g. “my app.apk”. This name was set in the “Application Name” textfield on build window in Corona Simulator.
I figured out that Corona does not set a “regular” space between the two words (0x20 hex value) is sets a non break space (hex 0xC2 0xA0). On Windows the optical result is the same, but there is no way to say that to my console window.
Is this a volitational behaviour?
Is there a way to handle this? At the moment I have to manually replace the space with the “right” space.
Best regards
Chris