phonegap で新しい開発環境をセットアップしようとしています。
私のパス変数の設定がWindowsでどのように見えるかは次のとおりです。
C:\Users\Mrinal\AppData\Roaming\npm;
C:\android\development\sdk\platform-tools;
C:\android\development\sdk\tools;
C:\Program Files\Java\jdk1.7.0_17\bin;
C:\ant\bin
3 行目で、実際にはそのパスに tools という名前のディレクトリはありません。残りは動作します。
コマンドプロンプトでこれを行うと:
c:\android\phonegap\lib\android\bin>create
私はこれを得る
Cannot locate android.bat using the PATH environment variable.
Retry after adding directory containing android.bat to the PATH variable.
Remember to open a new command window after updating the PATH variable.
Visit http://developer.android.com if you need to install the Android SDK.
この android.bat ファイルの開発ディレクトリ全体を検索しましたが、見つかりません。ここでどこが間違っていますか?