[ERROR] : TiExceptionHandler: (main) [156,156] ----- Titanium Javascript Runtime Error ----- [ERROR] : TiExceptionHandler: (main) [0,156] - In ti:/module.js:303,2 [ERROR] : TiExceptionHandler: (main) [0,156] - Message: Uncaught Error: Requested module not found: analytics.google [ERROR] : TiExceptionHandler: (main) [0,156] - Source: throw new Error('Requested module not found: ' + request); // TODO Set 'code' property to 'MODULE_NOT_FOUND' to match Node? [ERROR] : V8Exception: Exception occurred at ti:/module.js:303: Uncaught Error: Requested module not found: analytics.google
I get the above error when running on Android emulator. I'm Using Ti SDK 7.0.0 and running on API level 23 emulator. I have even removed analytics.google module from TiApp.xml but still gives the same error.
