You can now build "embedded" Crosswalk 14 apps with the Intel_XDK for Chrome 43 webviews on Android 4.x and higher devices. See Why Use Crosswalk? for why Crosswalk matters on Android devices.
You select Crosswalk 14 by selecting the pulldown in the Build Settings section of the Projects tab. This version is only selectable by using version 2170 or greater of the Intel XDK.
連結已複製
You do not need to do anything special. You have to be online, "embedded" needs to be selected and 14 should show up in the list of available Crosswalk build versions, as shown in the picture in the previous post. I just double-checked and I see 14 in my list.
You may have to exit and restart the XDK, because I believe it only reads the "feed" that supplies those numbers when it starts. If that doesn't work, here's a workaround:
- select "12" in the pulldown
- add the following two lines to your intelxdk.config.additions.xml file
<!-- -Android-Crosswalk --><intelxdk:crosswalk version="12"/> <!-- +Android-Crosswalk --><intelxdk:crosswalk version="14"/>
