您的位置:首页 > 移动开发 > Android开发

怎样解决“Could not find ... \android-sdk-windows\tools\ adb.exe !"”

2012-12-10 23:42 344 查看


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, some version will report error. Do as follow to resolve it:

1. Change your environment 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 this folder 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 is OK
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐