Search code examples
meteorapk

Generate apk file for meteor app


I have a project is working for android browser. Is there a way to generate the apk file?
Also, are there anything that I shoud know before generating the apk file?


Solution

  • You can build an APK file with meteor build command.

    Read more about it in the docs: http://docs.meteor.com/#/full/meteorbuild or by typing meteor help build in your terminal.