Open forkourse opened 8 years ago
Same issue here. Any workaround for this?
Found this thread... https://forum.ionicframework.com/t/ionic-crosswalk-and-facebook-plugin-not-working-together/42508/5
My problem was due to an incompatibility with a crosswalk plugin I had installed. Seems like android-support-v4.jar from cordova-facebook-plugin was clashing with android-support-v13.jar from cordova-plugin-crosswalk-webview. So the workaround is to install an older version of cordova-plugin-crosswalk-webview as such:
cordova plugin remove cordova-plugin-crosswalk-webview
cordova plugin add cordova-plugin-crosswalk-webview@1.2.0
Hi,
I upgrade my cordova version to latest (6.1.1) due to warning from Google Play. After that when i add this plugin i can't build my project. It shows following error
How to fix this ?