| GitHub Issue | n/a | 
|---|
| Type | Bug | 
|---|
| Priority | Medium | 
|---|
| Status | Closed | 
|---|
| Resolution | Fixed | 
|---|
| Resolution Date | 2011-05-18T16:25:55.000+0000 | 
|---|
| Affected Version/s | Release 1.7.0 | 
|---|
| Fix Version/s | Release 1.7.0, Sprint 2011-20, Release 1.8.0 | 
|---|
| Components | Android | 
|---|
| Labels | n/a | 
|---|
| Reporter | Eric Merriman | 
|---|
| Assignee | Bill Dawson | 
|---|
| Created | 2011-05-10T11:42:39.000+0000 | 
|---|
| Updated | 2011-05-18T16:25:55.000+0000 | 
|---|
	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
Bill see if you can track down if this is a KS issue or an Android issue.
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();Fix put to master and 1_7_X
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.