- Create a simple alloy project.
- Update index.xml with test code
- Run on iOS device/simulator, works fine
- Run on android device/emulator, it’s not working
Comments
Tim Poulsen 2014-09-19
The string names (textid value) should not include spaces: textid="Label TextID" is invalid. The fact that it works on iOS is because that platform natively handles internationalization strings differently. For Android, you must use UTF-8 strings, with no spaces.
Eric Merriman 2018-03-07
Closing as invalid. If this is incorrect, please reopen.
The string names (textid value) should not include spaces:
textid="Label TextID"
is invalid. The fact that it works on iOS is because that platform natively handles internationalization strings differently. For Android, you must use UTF-8 strings, with no spaces.Closing as invalid. If this is incorrect, please reopen.