GitHub Issue | n/a |
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-04-27T11:49:55.000+0000 |
Affected Version/s | Release 1.8.0.1 |
Fix Version/s | Release 2.1.0, Sprint 2012-07, Release 2.0.1 |
Components | Android |
Labels | module_fastdev, qe-testadded, regression |
Reporter | Eduardo Gomez |
Assignee | Hieu Pham |
Created | 2012-01-12T00:30:39.000+0000 |
Updated | 2012-04-27T11:49:55.000+0000 |
Problem: Images in density folders will not show if you re-install the app without rebuilding AND you didn't set ti.android.fastdev property to false. This property is true by default. Note that this bug affect Emulators and Devices.
Steps to reproduce:
1. Download and import the attached project, change line 49 in app.js in the test project to 'KS_nav_views.png' (Since the other image isn't included in the proj)
2. Launch emulator/device (uninstall the app if already installed).
3. Install and run the app
4. Observe the tab1 image is showing up correctly.
5. Now uninstall the app from emulator/device, and reinstall/run the app via Titanium Studio's play button. (DO NOT rebuild).
This is tricky to reproduce on latest master. Steps to reproduce: 0. Download and import the attached project, change line 49 in app.js in the test project to 'KS_nav_views.png' (Since the other image isn't included in the proj) 1. Launch emulator (uninstall the app if already installed). 2. Install and run the app 4. Observe the tab1 image is showing up correctly. 5. Now uninstall the app from emulator, and reinstall/run the app via Titanium Studio's play button. (DO NOT rebuild). This is looking like a fastdev issue.
Closing bug. Verified fix on: SDK build: 2.0.1.v20120406170211 Runtime: v8, rhino Titanium Studio, build: 2.0.1.201204061639 Device: Android Emulator 2.2
Open to update label