How to make apk file using ionic framework with angular

后端 未结 7 1313
天命终不由人
天命终不由人 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:18

    ionic platform add android
    ionic build --release android
    

提交回复
热议问题