ionic build android error

后端 未结 3 1740
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-11 11:44

I\'m confused. jdk,sdk,ant,cordova,ionic doing well,why builds error?
I searched everywhere,but no answer for it.
I guess has a error version?
who can help this?

3条回答
  •  暖寄归人
    2020-12-11 12:24

    First of all you have to install

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

    After installation, you have to set software paths into environmental- variable. Then fire your npm install -g cordova. Without this PhoneGap will not be created.

    If still you have any confusion or question related to software installation then tell me.

提交回复
热议问题