我正在npm phonegap -g
按照本教程运行。一切都很好,但是当我运行时:
>cordova platform add android
>phonegap build android
我收到此错误:
[error] Please install Android target 17 (the Android 4.2 SDK). Make sure you
have the latest Android tools installed as well. Run `android` from your comman
d-line to install/update any missing SDKs or tools.
Android SDK站点使用的是 Android 4.4 和 API lvl Android 19。
如何更新 NPM、PhoneGap 和 Cordova 以使用最新版本的 Android?