For some reason, unaligned.apk is missing in output/android after meteor build in 1.2

Well, I executed in my terminal the following meteor build ../apks --server ... --mobile-settings ../config/production/settings.json. It seems to build correctly and no error appears. But when I go to apks/android I don’t see any .apk, just the project/ and a README.
What can it be?

I researched a bit and I don’t found nothing helpful, except for this tip http://stackoverflow.com/questions/32923003/since-meteor-1-2-after-building-apk-is-missing. Copy just the armv7 version is correct?

1 Like

I assume you’re using Crosswalk, which actually produces multiple APKs because the embedded Chromium is native and thus architecture specific. Here is some information from the Crosswalk site about submitting multiple APKs.

2 Likes

Oh, yes! I’m using Crosswalk. Thanks!