I’m trying to use the cordova crosswalk plugin in shared mode. I must be doing something wrong because the APK s actually larger that embedding the webview.
I’m using: Cordova 6.2.0 cordova-plugin-crosswalk-webview 1.7 Here is my test: cordova create . com.test Tester cordova platform add android cordova plugin add cordova-plugin-crosswalk-webview --variable XWALK_MODE="shared" cordova build android ls -lh platforms/android/build/outputs/apk/android-debug.apk -rw-rw-r-- 1 lst lst 44M May 25 01:02 ./platforms/android/build/outputs/apk/android-debug.apk If I do not specify the XWALK_MODE=“shared” the resulting APK is actually smaller: -rw-rw-r-- 1 lst lst 23M May 25 01:21 platforms/android/build/outputs/apk/android-armv7-debug.apk Any idea what I’m doing wrong? _______________________________________________ Crosswalk-help mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help
