As I generate the apk of an application in meteor

Hello!

Hope you’re doing well!

I’m new in Meteor js framework and I’m trying to create my first apk of my app by following the steps below:

meteor install-sdk android
Have the mobile-config.js file in your project root (mobile-config.js example)
meteor add-platform android
meteor build ~/your-output-dir --server=yourapp.meteor.com
Then you will have your .apk file in ~/your-output-dir/android/unaligned.apk

But that generates me is a folder with meteor files, it does not generate file.apk
How I should proceed?

Hope you can help me!
Regards!