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?