Generate apk file for meteor app

后端 未结 5 2044
我寻月下人不归
我寻月下人不归 2021-02-01 07:52

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?

5条回答
  •  灰色年华
    2021-02-01 08:26

    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.

提交回复
热议问题