出现问题
Could not find ... \android-sdk-windows\tools\ adb.exe !"
解决方案Android Development: Resolve to "Could not find... \android-sdk-windows\tools\ adb.exe !"
If there is not adb.exe file in your"..\android-sdk-windows\tools" folder, when you open Eclipse, someversion will report error. Do as follow to resolve it:
1. Change yourenvironment path from "...\android-sdk-windows\tools" to"...\android-sdk-windows\platform-tools".
2. Copy three files "adb.exe, AdbWinApi.dll, AdbWinUsbApi.dll" from"...\android-sdk-windows\platform-tools" to"...\android-sdk-windows\tools", then copy other files of thisfolder to "..\android-sdk-windows\platforms\android-x\tools"folder. If there is not "tools" folder, create it.
3. Restart Eclispe, and you will find all isOK
2. Copy three files "adb.exe, AdbWinApi.dll, AdbWinUsbApi.dll" from"...\android-sdk-windows\platform-tools" to"...\android-sdk-windows\tools", then copy other files of thisfolder to "..\android-sdk-windows\platforms\android-x\tools"folder. If there is not "tools" folder, create it.
3. Restart Eclispe, and you will find all isOK
本文介绍了解决在Android开发过程中遇到的找不到adb.exe错误的方法。通过更改环境路径、复制必要文件到指定文件夹并重启Eclipse来解决此问题。

435

被折叠的 条评论
为什么被折叠?



