“确定”后,重新启动计算机。重启计算机以后,进入cmd命令窗口,检查SDK是不是安装成功。 作者: 张冬冬 时间: 2012-3-4 14:35
这个目录下已经没有adb了,难道你没看到google在那个文件夹里写了一个文档吗,adb_has_moved,adb已经被google移动到platform-tools文件夹下了,把路径写成这个目录下,他们说的都不对。如果不是这个问题的话,你就看看你的android-sdk下的全吗?试试吧,不知道的在密我。作者: 张冬冬 时间: 2012-3-4 14:51
以下是文档里的内容:
The adb tool has moved to platform-tools/
If you don't see this directory in your SDK,
launch the SDK and AVD Manager (execute the android tool)
and install "Android SDK Platform-tools"
Please also update your PATH environment variable to
include the platform-tools/ directory, so you can
execute adb from any location.