我正在尝试使用phonegap在adt中运行一个Android应用程序

时间:2013-12-09 14:28:59

标签: android cordova

我在SO中看到了一些示例,但这些解决方案对我的错误不起作用。我的错误如下: -

[phonegap] compiling Android...
[phonegap] successfully compiled Android app
[phonegap] trying to install app onto device
[phonegap] no device was found
[phonegap] trying to install app onto emulator
   [error] An error occurred while emulating/deploying the android project.
    event.js:72
        throw er;// Unhandled error exception

我已经看到了下面的示例,但它不起作用Error trying to run android app onto emulator with phonegap, how can I fix it?

3 个答案:

答案 0 :(得分:4)

我有解决方案。我的模拟器没有启动,这就是它显示错误的原因。我已经开始模拟器尝试了它现在正在工作。谢谢所有试图帮助我的人。

答案 1 :(得分:2)

我刚尝试过并获得了积极的结果。有一个错误,但要摆脱它:

  1. 在CLI上编写android你会看到android SDK manager。
  2. 打开android 4.2.2并检查SDK平台和ARM EABI v7a System Image
  3. 点击安装包
  4. 现在你运行你的phonegap i-e phonegap install android
  5. 命令

答案 2 :(得分:0)

您可以查看this onethis tutorial。我想这会对你有帮助。