Cordova cannot add Android failed with exit code ENOENT问题解决

这可能是系统环境变量损坏了
Cordova cannot add Android failed with exit code ENOENT问题解决_第1张图片
解决方案:
系统变量path如果没用下面的变量就加上
%SystemRoot%\system32; %SystemRoot%; %SystemRoot%\System32\Wbem; 

 

你可能感兴趣的:(Cordova)