Android缺失hprof-conv.exe問題解決方案
阿新 • • 發佈:2018-11-04
最近心血來潮想寫個app,開啟已經有了灰的eclipse,想著新建一個Android project,經過了一系列的配置,結果還是在掃描半天以後報出如下錯誤:(當時連換臺電腦的心都有了,就是資金不到位)
DDMS files not found: *\sdk\platform-tools\hprof-conv.exe
[2018-05-14 17:09:11 - QtActivity] The connection to adb is down, and a severe error has occured.
[2018-05-14 17:09:11 - QtActivity] You must restart adb and Eclipse.
[2018-05-14 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.
看到第一條,大致意思為本地沒有hprof-conv.exe,其實下載一個hprof-conv.exe就ok啦!!!
下載連結:https://download.csdn.net/download/jimboyan/10757076