cordova platform add android - Not working on Mac Os

前端 未结 3 805
情歌与酒
情歌与酒 2020-12-20 01:49

I\'m new to cordova mobile app development. I have install Node and then install cordova. i have done those steps to create a cordova android app.

  1. cordova crea
3条回答
  •  太阳男子
    2020-12-20 02:30

    The error show in quite clear.You have to have the android sdk installed and proper path set in the system variable for the SDK, for cordova to work.See the prerequisites in cordova documentation http://cordova.apache.org/docs/en/3.0.0/guide_cli_index.md.html.For cordova 3.4 project android SDK must have target 19 installed.

    Download SDK here http://developer.android.com/sdk/index.html

    Here is the platform guide for more information http://cordova.apache.org/docs/en/3.0.0/guide_platforms_android_index.md.html#Android%20Platform%20Guide

    If you already have the SDK installed,check to see if the path is refered properly for cordova to find

提交回复
热议问题