0

After updating to cordova-plugin-crosswalk-webview version 1.3.0 I get the following error dialog when opening my app:

Unfortunately, {appName} has stopped.

And the app then quits. I've tried removing all the other plugins in my app, and the error persists. If I downgrade to version 1.2.0, the app launches as expected.

I would have created this as an issue on their github project, but seems like they don't allow that.

My test phone is currently a Samsung S5 (SM G900F). Any help would be greatly appreciated.

Community
  • 1
  • 1
Laust Deleuran
  • 492
  • 1
  • 5
  • 19
  • source your plugin from NPM. Read #11 [Top Mistakes by Developers new to Cordova/Phonegap](https://github.com/jessemonroy650/top-phonegap-mistakes/blob/master/new-to-Phonegap.md) –  Oct 14 '15 at 08:54
  • @JesseMonroy650, I'm installing it (and all my other plugins) with `cordova plugin add cordova-plugin-crosswalk-webview`, and using Cordova **v5.3.3**, so pretty sure that's already covered? – Laust Deleuran Oct 14 '15 at 14:15
  • I do not use Cordova CLI. I cannot say for sure. You might ask your question at [Google Group](https://groups.google.com/forum/#!forum/phonegap) –  Oct 14 '15 at 18:43
  • Did you ever figure out a solution. I'm having the same issue now. – Kauthon Feb 08 '16 at 17:39
  • @Kauthon, I actually don't remember by now. I think I ended up solving it by reinstalling all my plugins over again. Cordova is such a fragile piece of software, so a tiny misconfiguration might trip up you whole application - and that misconfiguration often comes from installing and uninstalling plugins. To be honest, we finished this project, and I don't see myself working with Cordova ever again unless it's a VERY simple project. – Laust Deleuran Feb 08 '16 at 23:31

1 Answers1

0

You can file an issue on https://crosswalk-project.org/jira/browse/, I am not sure which Crosswalk you tried, but better check the compatibility between plugin and Crosswalk lib. version 1.3 requires Crosswalk 14+.

Honry
  • 72
  • 4