0

I need to do somethings that must be done from the command prompt of the android tool.

but every one says it's in the platform tools folder in the sdk path but which file is it?

that might help:

the contents of platform tools folder:

aapt.exe
adb.exe
aidl.exe
dexdump.exe
dx.bat
fastboot.exe
llvm-rs-cc.exe
source.properties
AdbWinApi.dll
AdbWinUsbApi.dll
4

2 に答える 2

0

androidコマンドはありますが、実行可能ファイルではありません - android.battools ディレクトリで を実行すると、必要な変更を加えることができるはずです。androidtools ディレクトリをシステム パスに追加すると、コマンド ラインを使用するときに任意のディレクトリから実行できるようになります。

于 2012-05-25T18:08:52.440 に答える
0

もしそうなら、このリンクを参照してください

コマンドラインからエミュレーターを管理したい場合は、これらの 3 つのリンクを参照してください。

Android エミュレーター

Android エミュレーターの使用

Linux 上の Android エミュレーター

于 2012-05-25T18:05:50.993 に答える