- app: android mobile
- sdk 3.1.3.GA
- os: osx mavericks
- studio Titanium Studio, build: 3.1.3.201309132423
- output: emulator, API - 4.2.2 and Samsung Galaxy Tab 3 device
I have a tableViewRow populated from an ACS model. The row has a child row. When I click the arrow to navigate to the child row I get this error on both an android emulator and hardware:
[ERROR][TiExceptionHandler( 1015)] (main) [16698,60861] ----- Titanium Javascript Runtime Error ----- [ERROR][TiExceptionHandler( 1015)] (main) [3,60864] - In ti:/titanium.js:247,26 [ERROR][TiExceptionHandler( 1015)] (main) [4,60868] - Message: Uncaught TypeError: Cannot read property '_hasJavaListener' of undefined [ERROR][TiExceptionHandler( 1015)] (main) [5,60873] - Source: return this._properties[property]; [ERROR][V8Exception( 1015)] Exception occurred at ti:/titanium.js:247: Uncaught TypeError: Cannot read property '_hasJavaListener' of undefinedI have no idea what that error means or how to resolve it. The process works perfectly on iOS. Please ask if you need more information. Thanks for the help.