DDMS files not found:hprof-conv.exe的解决办法

来源:互联网 发布:python基础班2016 编辑:程序博客网 时间:2024/05/23 22:56
DDMS files not found: *\sdk\platform-tools\hprof-conv.exe

[2014-07-30 17:09:11 - QtActivity] The connection to adb is down, and a severe error has occured.
[2014-07-30 17:09:11 - QtActivity] You must restart adb and Eclipse.
[2014-07-30 17:09:11 - QtActivity] Please ensure that adb is correctly located at 'D:\InstallFile\AndroidDevelop\ADT\sdk\platform-tools\adb.exe' and can be executed.

试了以下几种方法都不行:
1.关掉豌豆夹之类的软件.
2.运行命令行adb kill-server、adb start-server
3.关掉adb.exe进程,然后重启Eclipse。

最后通过以下方法解决了
先找一下在sdk\tools目录下是否有hprof-conv.exe,如果有将tools下面的所有文件都复制到platform-tools即可。如果没有就下载一个新的安卓SDK,用同样的方法就可以了。
DDMS files not found:hprof-conv.exe的解决办法 - 风华正茂 - 乐趣来自探索
 

DDMS files not found:hprof-conv.exe的解决办法 - 风华正茂 - 乐趣来自探索

下载链接:点击打开链接

0 0