Ionic package won't integrate crosswalk

Hi there,

I’m using crosswalk with my Ionic 2 project. My local debug builds for android have a filesize about 30 MB.
Now I tried to use the Ionic package service:

ionic package build android --profile my-debug-profile

Everything seems to work fine, but the output file has only about 7 MB, so crosswalk cannot be includet.
My config.xml file includes the line:

<plugin name="cordova-plugin-crosswalk-webview" spec="~2.3.0"/>

Is there a way to get debug log output from the build process?
Does anyone have an idea what might be the issue?

Thanks, Martin

.apk are just renamed .zip files, so unpack it and compare the content to you local build. Then you can be sure what exactly is different.