1、报错内容
1、eclipsed打开后报错:
Failed to get the required ADT version number from the SDK.
The Android Developer Toolkit may not work properly.
2、运行安卓程序出错
The connection to adb is down, and a severe error has occured.
You must restart adb and Eclipse.
Please ensure that adb is correctly located at 'D:\tools\androidEclipse\sdk\platform-tools\adb.exe' and can be executed.
先搜了下adb的报错,尝试了几个都没有解决问题。
而且adb运行后看起来是正常运行的,也确实没啥问题。
我觉得虽然adb报错,但可能不是adb的问题。
后台查到 android studio用升级sdk之后eclipse使用这个sdk就有问题了,非常坑爹。
3、解决办法
找以前eclipse sdk中 tools目录下的文件,将里面的exe文件全部拷贝到studio 使用的sdk中,再次执行就可以了。
如果想解决后续的各种问题,建议把android studio和eclipse使用的android sdk分开。
也就是说,为eclipse重新下载一份专用的sdk,而不是和android studio公用一份。
网友评论