Hello, I'm quite new about crosswalk (cordova and android development) but I'm getting an error that I believe it could be a simple thing for you that I'm not catching.
Very quickly: I have set up an linux computer with all dev tools I need to create phone apps (cordova 6.4.0 + android sdk). Then I read about crosswalk project and install the plugin into the project folder: "cordova plugin add [email protected]" (here I put this older version 1.8.0 because of the compatibility about which android devices I want to support). Yes, I want to support old android devices (android-api >=10), so at "platform/android/AndroidManifest.xml" the minSdkVersion is "10" that is what I need. All set up, building the packages (.apk) goes ok. I tried to install the package generated in android 4.0.4 and it's ok. But I tried the same package on android 2.3.6 and it gives me the alert "There is a problem parsing the package". If I remove the crosswalk plugin and generate the apks I can install at androids 4.0.4 and 2.3.6 (without crosswalk of course). If I add the crosswalk plug in, I can only install at android >=4.0.X but not for 2.3.6 . So this tells me that something is not ok about crosswalk and android-api-10 for me. My questions are: 1- Do I need the crosswalk plugin lower than 1.8.0 for androids-api=10? If yes, which one? 2- Where can I check the detailed changelog of crosswalk versions? I know here https://github.com/crosswalk-project/cordova-plugin-crosswalk-webview you can read about it, but is there a more detailed changelog? As you see I'm using a old version of crosswalk, and in the future maybe I don't want to support that so old devices depending of crosswalk features. Thank you in advance. Cheers, _______________________________________________ Crosswalk-help mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help
