This is the error I received with adb logcat:
W V8Object: (KrollRuntimeThread) [33,34] Runtime, cannot set the 'userAgent' property E linker: /data/app/com.app.id/lib/arm/module.id: has text movement
I had this error while trying to run my Titanium application on an Android 6 device. As far as I know, this is related to the NDK and my modules. My problem is that I use about 5 or 6 modules in my application, and I cannot recompile them all. So what can I do?
I also check this ticket:
https://jira.appcelerator.org/browse/TIMOB-19369
as well as these problems in some module repositories:
https://github.com/manumaticx/TiCrouton/issues/8
https://github.com/appcelerator-modules/ti.inappbilling/issues/14
My environment:
Ti SDK 5.1.2.GA
Android 6.0.1 on Nexus
My Android SDK:

important: this does not happen on any simulator
Thank!
source
share