Cannot get ant installed properly for phonegap using eclipse and windows 8

前端 未结 3 1657
离开以前
离开以前 2020-12-13 02:16

Trying to use Phonegap in Eclipse on windows 8. I\'ve created a project at C:\\Development\\HelloWorld. In the command line, when I type:

phonegap local buil         


        
3条回答
  •  -上瘾入骨i
    2020-12-13 03:23

    Check android in cmd, if it says: 'xcopy' was not recognized.

    then add to your path:

    %SystemRoot%\system32; %SystemRoot%; %SystemRoot%\System32\Wbem;
    

提交回复
热议问题