[TIMOB-9] Android Project won't launch Developer 0.4.2
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:50:06.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 0.5 |
Components | Android |
Labels | android, developer |
Reporter | Don Thorp |
Assignee | Nolan Wright |
Created | 2011-04-15T02:22:22.000+0000 |
Updated | 2011-04-17T01:50:06.000+0000 |
Description
In /Resources/perspectives/projects/js/projects.js
1471: options.image = 'app_icon.png';
1472: record.image = 'app_icon.png';
needs to be changed to reflect the actual filename appicon.png
1471: options.image = 'appicon.png';
1472: record.image = 'appicon.png';
(from [be720cf95af052a7ad6250dd502a1e2904cb3e78]) [#9 state:resolved] fixed problem with a project with space on iphone http://github.com/appcelerator/titanium_mobile/commit/be720cf95af052a7ad6250dd502a1e2904cb3e78"> http://github.com/appcelerator/titanium_mobile/commit/be720cf95af05...
this was close by accident, re-opened.
closed per nolan