Mismatch of CPU Architecture for the Crosswalk using Cordova

I’m trying run application on Android 6.0 with Crosswalk plugin. I’m testing to on android 4.4 and everything works good. I can’t run this app without download app Crosswalk app from android market. Is it nessesary ? I would like run app with out that. My cordova version 6.2.0 and android cordova is 5.1.1. On Android Crodova 5.0.0 it works fine. Here is my cofig.xml with Crosswalk setting.

<preference name="xwalkVersion" value="18+" />
<preference name="xwalkCommandLine" value="--disable-pull-to-refresh-effect" />
<preference name="xwalkMode" value="embedded" />
<preference name="xwalkMultipleApk" value="true" />

Crosswalk plugin version is 1.8.0.

Thanks for help.

Hi Sebastianor, we have the same problem, do you found a solution to prevent it? Thanks;