Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-4027] Android: Exception android.content.res.Resources$NotFoundException: String resource ID #0x0

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-05-18T16:25:55.000+0000
Affected Version/sRelease 1.7.0
Fix Version/sRelease 1.7.0, Sprint 2011-20, Release 1.8.0
ComponentsAndroid
Labelsn/a
ReporterEric Merriman
AssigneeBill Dawson
Created2011-05-10T11:42:39.000+0000
Updated2011-05-18T16:25:55.000+0000

Description

Description: While testing KS, an exception was logged during KS startup. Please see attached text file for details. Steps to Reproduce: 1) Install KS 1.7.0 on a Nexus S 2) Use adb logcat command to monitor activity 3) Launch KS Result: kroll error logged Expected: No errors logged

Attachments

FileDateSize
kroll.txt2011-05-10T11:42:39.000+00007172

Comments

  1. Don Thorp 2011-05-10

    Bill see if you can track down if this is a KS issue or an Android issue.
  2. Bill Dawson 2011-05-17

    Simpler failcase that doesn't require running KS:
       Titanium.UI.setBackgroundColor('#000');
       var win = Titanium.UI.createWindow({  
           title:'Test',
           backgroundColor:'#000',
       	exitOnClose: true
       });
       var test = L('mickey');
       test = L('mickey');  // This 2nd invocation causes exception
       win.open();
       
  3. Bill Dawson 2011-05-17

    Fix put to master and 1_7_X
  4. Eric Merriman 2011-05-18

    verified fixed with both KS and sample code on Nexus S (2.3.2), Titanium Studio, build: 1.0.0.201105131803, Titanium SDK version: 1.7.X (r187fe3fd). Closing.

JSON Source