我正试图在我的Windows 7机器上使用cordova创建我的第一个android项目。我已经安装了最新的Android SDK和cordova。我为ANDROID_PATH,ANDROID_PLATFORM_TOOLS,ANDROID_TOOLS和ANT_HOME设置了路径。 使用来自http://cordova.apache.org/docs/en/3.6.0//guide_cli_index.md.html#The%20Command-Line%20Interface的指示我创建了“hello”项目,但是当我尝试使用以下命令添加android平台时:
cordova platform add android
从我的命令提示符android emulator打开显示android主屏幕,所以我可以浏览操作系统但很快关闭它我得到输出:
C:\devCenter\private\hello>cordova platform add android
Creating android project...
C:\Users\think ahead\.cordova\lib\npm_cache\cordova-android\3.6.3\package\bin\node_modules\q\q.js:126
throw e;
^
Error: Please install Android target "android-19".
Hint: Run "android" from your command-line to open the SDK manager.
at C:\Users\think ahead\.cordova\lib\npm_cache\cordova-android\3.6.3\package\bin\lib\check_reqs.js:173:19
at _fulfilled (C:\Users\think ahead\.cordova\lib\npm_cache\cordova-android\3.6.3\package\bin\node_modules\q\q.js:798:54)
at self.promiseDispatch.done (C:\Users\think ahead\.cordova\lib\npm_cache\cordova-android\3.6.3\package\bin\node_modules\q\q.js:827:30)
at Promise.promise.promiseDispatch (C:\Users\think ahead\.cordova\lib\npm_cache\cordova-android\3.6.3\package\bin\node_modules\q\q.js:7
at C:\Users\think ahead\.cordova\lib\npm_cache\cordova-android\3.6.3\package\bin\node_modules\q\q.js:574:44
at flush (C:\Users\think ahead\.cordova\lib\npm_cache\cordova-android\3.6.3\package\bin\node_modules\q\q.js:108:17)
at process._tickCallback (node.js:419:13)
Error: cmd: Command failed with exit code 8
at ChildProcess.whenDone (C:\Users\think ahead\AppData\Roaming\npm\node_modules\cordova\node_modules\cordova-lib\src\cordova\superspawn
at ChildProcess.emit (events.js:98:17)
at maybeClose (child_process.js:756:16)
at Process.ChildProcess._handle.onexit (child_process.js:823:5)
C:\devCenter\private\hello>
“hello”项目中的平台内没有创建android目录。有人可以帮助我指出我遗失/做错的事。
修改 我用API-19更新了SDK,但我仍然遇到了同样的问题。还有什么我必须做的吗?
答案 0 :(得分:1)
从 / android-sdk / 文件夹中运行 SDK Manager.exe ,并确保安装 Android 4.4.2(API 19)的 SDK平台。完成后,您只需重新运行cordova命令。
答案 1 :(得分:0)
从文件夹ADT-x86(您的SDK)运行SDK manager.exe,然后搜索Android 4.4.2(API 19)。核实!然后按下安装,在此之前你需要先接受许可协议,这有助于我解决这个问题,希望对此有所帮助:)