How do add Crosswalk in 1.2

I read that it’s as easy as “meteor add crosswalk”.
But when i build the .apk it’s only 1,4mb big and i read everywhere that the .apk are big with round about 20mb.
Is there more to it then just “meteor add crosswalk”?

For me I had to look into //android/project/builds/outputs/apk and there where two files for x86 and armv7 structure. It’s really as easy as “meteor add crosswalk” as long as you know that the output directory changes

1 Like

Thanks a lot, i didn’t understood where was my APK file after adding crosswalk package. I thought the build failed without any error returned.