[TIMOB-1570] Android: Using _ as the first character in directory names causes them to not be copied
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Trivial |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2013-07-31T22:41:49.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android, Tooling |
Labels | android, feature |
Reporter | Don Thorp |
Assignee | Bill Dawson |
Created | 2011-04-15T02:56:20.000+0000 |
Updated | 2017-03-14T21:59:34.000+0000 |
Description
Workaround: don't use _ as the leading character of filenames. This appears to be an Android OS issue, not a Titanium issue. Add a warning to builder.py if these type of directories are seen.
Resolving as invalid because in Titanium 3.1.1.GA, directories that start with _ are copied to the build assets folder as expected. However, there is a bug (TIMOB-1480) that is preventing files from being require()'d that are in a directory that starts with an _.
Closed as invalid.