[AC-1015] Alloy XML files in assets folder on android get processed and can't be found
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Needs more info |
Resolution Date | 2015-09-30T03:28:54.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Alloy |
Labels | n/a |
Reporter | Andrew McElroy |
Assignee | Shak Hossain |
Created | 2015-05-26T22:40:17.000+0000 |
Updated | 2016-03-08T07:37:21.000+0000 |
Description
If you have an xml file in the assets folder and compile the app on android, you are unable to find the file with Ti.Filesystem APIs. iOS is unaffected. if you rename the xml file to a different extension. say .lmx android can suddenly read the file in the assets directory.
[~sophrinix] can you please attach a test case and steps to reproduce?