I get this exception when I try to run XWalkView.

Is this related to?
https://crosswalk-project.org/jira/browse/XWALK-3615
https://crosswalk-project.org/jira/browse/XWALK-3779

The STRANGE thing is... if my APK is built with the 'debug key', this exception does NOT happen. However! If I build my APK with an 'actual key', this exception appears! (built via Export > Android Application).

I tried this with both:
Android (ARM + x86), Stable
crosswalk-12.41.296.9
crosswalk-13.42.319.11


Is there a workaround???


Thank you,
-Tim

- I am certain that my APK builds with ARM, since the libxwalkcore.so that's built with it reflects the 29mb size (@ data/data/myapp/lib/).
- My Android is 4.4.2
- here is a partial logcat (if someone wants the full log, I can fw it to them): W/System.err(10250): java.lang.RuntimeException: Use SharedXWalkView if you want to support shared mode
at org.xwalk.core.ReflectionHelper.handleException(Unknown Source)
at org.xwalk.core.ReflectionHelper.init(Unknown Source)
at org.xwalk.core.ReflectionHelper.loadClass(Unknown Source)
at org.xwalk.core.XWalkPreferences.setValue(Unknown Source)
...
E/AndroidRuntime(10250): java.lang.RuntimeException: Use SharedXWalkView if you want to support shared mode
...
Caused by: java.lang.RuntimeException: java.lang.RuntimeException: Use SharedXWalkView if you want to support shared mode
at org.xwalk.core.ReflectionHelper.handleException(Unknown Source)
at org.xwalk.core.ReflectionHelper.handleException(Unknown Source)
at org.xwalk.core.ReflectionHelper.init(Unknown Source)
at org.xwalk.core.ReflectionHelper.loadClass(Unknown Source)
at org.xwalk.core.XWalkPreferences.setValue(Unknown Source)

_______________________________________________
Crosswalk-help mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help

Reply via email to