Cordova CLI Windows - 执行cordova平台时出现ENOENT错误添加android

时间:2018-01-23 09:07:36

标签: android cordova ionic-framework phonegap

我安装了openssh,我怀疑从环境变量中删除了我的Path。从那以后,我得到了以下错误。

是什么造成的? enter image description here

cordova info输出:

Node version: v6.12.3    

Cordova version: 7.0.0

Config.xml file:

<?xml version='1.0' encoding='utf-8'?>
<widget id="io.cordova.hellocordova" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
    <name>HelloCordova</name>
    <description>
        A sample Apache Cordova application that responds to the deviceready event.
    </description>
    <author email="dev@cordova.apache.org" href="http://cordova.io">
        Apache Cordova Team
    </author>
    <content src="index.html" />
    <plugin name="cordova-plugin-whitelist" spec="1" />
    <access origin="*" />
    <allow-intent href="http://*/*" />
    <allow-intent href="https://*/*" />
    <allow-intent href="tel:*" />
    <allow-intent href="sms:*" />
    <allow-intent href="mailto:*" />
    <allow-intent href="geo:*" />
    <platform name="android">
        <allow-intent href="market:*" />
    </platform>
    <platform name="ios">
        <allow-intent href="itms:*" />
        <allow-intent href="itms-apps:*" />
    </platform>
</widget>


No Plugins Currently Installed

No Platforms Currently Installed

我在环境变量中添加了JAVA_HOME和ANDROID_HOME。但仍然是同样的错误

1 个答案:

答案 0 :(得分:0)

是的,这是我的PATH变量中的一个问题。 OpenSSH安装删除默认值。 我只需要将%SystemRoot%\system32; %SystemRoot%; %SystemRoot%\System32\Wbem;添加到我的PATH