How to make apk file using ionic framework with angular

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

    First create an account at Ionic Io ,

    then in your project directory hit this - >

    ionic io init
    

    then log in there and hit this

    ionic package build android
    

    no need to install anything...

提交回复
热议问题