How to make apk file using ionic framework with an

2019-03-11 08:31发布

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 but not worked for me

npm install -g cordova

cordova build --release android

This displays an error (sh.exe": cordova: command not found).

标签: cordova ionic
7条回答
Fickle 薄情
2楼-- · 2019-03-11 09:22

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...

查看更多
登录 后发表回答