How to make apk file using ionic framework with angular

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

    First of all you have to install

    1. node.js
    2. apache ANT
    3. Java JDK & JRE
    4. Android SDk & Eclipse

    and then after all installation you have to set this all software path into environmental- variable. and then fire your npm install -g cordova. without this all software installation and there path setup your phoneGap application will not created. and still you have any confusion and any question related software installation and there path setup then again tell me i will help you.

提交回复
热议问题