我正在npm phonegap -g按照本教程运行.一切都很好,但是当我跑步时:
>cordova platform add android
>phonegap build android
Run Code Online (Sandbox Code Playgroud)
我收到此错误:
[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.
Run Code Online (Sandbox Code Playgroud)
Android SDK 网站使用Android 4.4和API lvl Android 19.
如何更新NPM,PhoneGap和Cordova以使用最新版本的Android?