Generate apk file for meteor app

后端 未结 5 1998
我寻月下人不归
我寻月下人不归 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:27

    Starting with Meteor 1.2, the bundled Android tools have been removed and a system-wide install of the Android SDK is now required. This should make it easier to keep the development toolchain up to date and helps avoid some difficult to diagnose failures. The meteor install-sdk command no longer attempts to download and install the Android tools for you (it has been deprecated and just points you to these instructions).

提交回复
热议问题