Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-5388] Android: Filenames beginning with _ are not supported by Android

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-10-05T13:54:15.000+0000
Affected Version/sRelease 1.7.2
Fix Version/sSprint 2011-40, Release 1.8.0
ComponentsAndroid
Labelsn/a
ReporterDon Thorp
AssigneeBill Dawson
Created2011-09-29T08:26:42.000+0000
Updated2011-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.

Comments

  1. Bill Dawson 2011-10-04

    Pull request ready: https://github.com/appcelerator/titanium_mobile/pull/528
  2. Natalie Huynh 2011-10-06

    Tested with 1.8.0.v20111005150214 on Mac 10.6 and 10.7 Win XP Linux 10.04

JSON Source