How to make apk file using ionic framework with angular

后端 未结 7 1315
天命终不由人
天命终不由人 2021-02-03 12:28

I have created simple apps in local directory, that app name is Ionic-Chat-master

How can i make this to apk file?

i have tried the following command using git b

相关标签:
7条回答
  • 2021-02-03 13:22

    The easiest way, no need to install anything:

    ionic package build android

    (magic happens in the cloud)

    Then you can download .apk to a computer or your Android device.

    0 讨论(0)
提交回复
热议问题