$ meteor --version
1.2.0.1
$ meteor add crosswalk
$ meteor build ~/build --server X
Results in an unaligned.apk
that is 2.8MB. From what I understand, Chromium (which is much larger than that) should be included in the packaged app, so it must not be making it into the apk? How can I diagnose why that isn't happening? ~/build/android/project
:
Yes, with Crosswalk included I would expect the APK to be at least 20MB.
Did you look in the project/build/outputs/apk directory? There should be APKs for multiple architectures there.