[Solved] Web View doesn't update after Crosswalk installation

I’ve just installed the Crosswalk plugin in my Ionic project but when I execute ionic run android in the Chrome Inspector I see the old Web View version of Chrome 30.0.0 … How could it be possible? In my config.xml there are these lines:

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

And this is the response of ionic info:

Cordova CLI: 6.0.0
Ionic Version: 1.2.4
Ionic CLI Version: 1.7.14
Ionic App Lib Version: 0.7.0
ios-deploy version: 1.8.6 
ios-sim version: 5.0.7 
OS: Mac OS X El Capitan
Node Version: v5.9.0
Xcode version: Xcode 7.3 Build version 7D175 

Thanks in advance for the help!

I solved this issue reinstalling Crosswalk and using MUILD_MULTIPLE_APKS=false ionic run android