[TIMOB-2290] KitchenSink errors on launch about Default.png case-insensitive equivalent to default.png
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-04-15T03:15:47.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.5.0 |
Components | Android |
Labels | android, defect |
Reporter | Paul Dowsett |
Assignee | Jeff Haynie |
Created | 2011-04-15T03:15:45.000+0000 |
Updated | 2017-03-02T19:30:54.000+0000 |
Description
When TiDev creates projects currently, the default.png file in Resources/android is lowercase. Maybe the file currently in the KS was before this was the case. Anyway, it's worth renaming to prevent the error.
[ERROR] /opt/android-sdk-linux_86/platforms/android-4/tools/aapt /home/personal/mydir/projects/development/titanium_mobile/demos/KitchenSink/build/android/bin/assets/Resources/Default.png: ERROR File is case-insensitive equivalent to: /home/personal/mydir/projects/development/titanium_mobile/demos/KitchenSink/build/android/bin/assets/Resources/default.png
Discovered on android - not sure if iphone default.png needs to be changed.
Pull request to follow...
Comments
- hal 2011-04-15
See pull request https://github.com/appcelerator/titanium_mobile/pull/22">here.
Note platform used for TiDev is ubuntu. - hal 2011-04-15
Note that even after the rename, and touching tiapp.xml to ensure a full rebuild, the old Default.png file (which has been copied to build/android/bin/assets/Resources) is not deleted, hence the error will remain until this file is manually removed.
- hal 2011-04-15
I'm not sure what happened here. This issue does not exist in master.
Hence I've canceled the pull request.
Please mark this ticket invalid. - Don Thorp 2011-04-15
Marking invalid as requested.
- Lee Morris 2017-03-02 Closed as invalid.