Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-9] Android Project won't launch Developer 0.4.2

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:50:06.000+0000
Affected Version/sn/a
Fix Version/sRelease 0.5
ComponentsAndroid
Labelsandroid, developer
ReporterDon Thorp
AssigneeNolan Wright
Created2011-04-15T02:22:22.000+0000
Updated2011-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';

Comments

  1. Jeff Haynie 2011-04-15

    (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...

  2. Jeff Haynie 2011-04-15

    this was close by accident, re-opened.

  3. Jeff Haynie 2011-04-15

    closed per nolan

JSON Source