[TIMOB-5388] Android: Filenames beginning with _ are not supported by Android
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-10-05T13:54:15.000+0000 |
| Affected Version/s | Release 1.7.2 |
| Fix Version/s | Sprint 2011-40, Release 1.8.0 |
| Components | Android |
| Labels | n/a |
| Reporter | Don Thorp |
| Assignee | Bill Dawson |
| Created | 2011-09-29T08:26:42.000+0000 |
| Updated | 2011-11-01T01:03:37.000+0000 |
Description
Android resource compiler does not allow files to begin with '_' (underscore) if such files are detected. Error out of build with a log entry stating that fact.
Testing
1) Add an javascript file. (e.g. _myfile.js) to an existing project
2) deploy to emulator or device.
3) unzip app-unsigned.apk and notice the file does not get included
When fixed, build should have log entries and fail.
Pull request ready: https://github.com/appcelerator/titanium_mobile/pull/528
Tested with 1.8.0.v20111005150214 on Mac 10.6 and 10.7 Win XP Linux 10.04