[AC-2498] Compile for Android Plataform (Native or emulated) fails if strings.xml has an enter at the begining of the file
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2013-05-30T19:14:08.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Studio, Titanium SDK & CLI |
Labels | android, titanium |
Reporter | Arturo Candela Moltó |
Assignee | Mauro Parra-Miranda |
Created | 2013-05-29T10:52:03.000+0000 |
Updated | 2016-03-08T07:41:33.000+0000 |
Arturo, There shouldn't be any carriage returns in the beginning of an xml file. Regardless of iOS or Android, if it works in iOS then that is an anomaly but it is generally bad practice to start off an xml file with a carriage return due to how it is parsed. Regards, Carter