我正在使用cordova处理Windows通用应用程序。我已经将cordova.js从3.2.0更新到3.6.3,当我在windows phone模拟器中运行应用程序时,我收到此错误:
Error initializing cordova:missing command error
你能指导我如何解决这个错误吗?
先谢谢,
的Ajay
答案 0 :(得分:1)
可能缺少一些与cordova相关的文件,尤其是插件文件。再次删除和添加插件和/或删除和添加平台应该可以解决此错误。
// do this for all plugins, or one at a time, testing in between
cordova plugins remove [plugin-name]
cordova plugins add [plugin-repo]
// and if that doesn't help, do this
cordova platforms remove [platform]
cordova platforms add [platform]
答案 1 :(得分:0)
我通过进入Android SDK并安装旧版本的Android以及所有相关工具来修复此问题。我不确定是哪一个做到了但是一旦安装它就能正常工作。
我正在使用Windows 7加上最新版本的PhoneGap。