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 に答える