1

每当我尝试使用 : 更新我的项目android update project --path时,它都会显示下面给出的以下错误。我的 android sdk 路径是:S:\Androidapp\adt-bundle-windows-x86-20130514\sdk

我有我的 java 环境变量: JAVA_HOME :

%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files (x86)\Java\jdk1.7.0_21\bin

命令提示符处的错误:

F:\tess-two-master\tess-two> S:\Androidapp\adt-bundle-windows-x86-20130514\sdk\tools\android update project -p F:\tess-two-master\tess-two.
'xcopy' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
Updated local.properties
Updated file F:\tess-two-master\tess-two.\proguard-project.txt
4

2 回答 2

4

我遇到了同样的问题。一时兴起,我只是从 <\windows\system32> 文件夹中复制 xcopy.exe 并将其粘贴到 android.bat 所在的 <\adt-bundle-windows-x86-20131030\sdk\tools> 文件夹中,然后重新运行 android.bat 文件。瞧,它奏效了!

这不是一个优雅的解决方案,但像我这样的新手在必要时会选择蛮力;-)

  • 基尔特 B。
于 2015-01-07T01:55:23.133 回答
3

给出%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;DIR 的完整路径,而不是 %%% 路径

于 2013-08-19T08:55:39.120 回答