DDMS files not found: tools\hprof-conv.exe

最近在Eclipse下每次更新ADT和SDK后都报一些错误,比如
DDMS files not found: D:\android-sdk-windows-1.6_r1\android-sdk-windows-1.6_r1\platform-tools\adb.exeDDMS files not found: tools\hprof-conv.exe......另外顺便吐槽一下,android SDK上4.0以后sdk的文件夹大小增加的太快了,尤其这次更新android5.0,SDK文件夹直接由20G增加到了30G,这是要闹哪样啊,虽然现在硬盘便宜了,也不待这样啊

解决方法:在 android-sdk-windows\android-sdk-windows-1.6_r1\tools目录下的tools目录找找adb这个文件,然后把它复制到android-sdk-windows\android-sdk-windows-1.6_r1\platform-tools这里就号了其它错误同理
DDMS files not found: tools\hprof-conv.exe 

				
时间: 2024-10-11 13:42:30

DDMS files not found: tools\hprof-conv.exe的相关文章

让浏览器进行跨域访问, 开发阶段需要跨域访问的测试方案 chrome的快捷方式里面 加 "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --args --disable-web-security

Chrome浏览器 的快捷方式里加一个 命令可以使浏览器进行跨域访问 "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --args --disable-web-security     

启动eclipse是报 no java virtual machine was found after searching the following location E:/Program Files/jdk1.6.0/bin/javaw.exe

系统中本来有个eclipse,能正常启动,后来又拷贝了个新版本的,但启动就报错! 百度下,按照如下更改环境变量,试了N遍,花了若干小时,结果不行,无奈! http://blog.csdn.net/lqz1988/archive/2010/12/29/6105324.aspx 百无聊赖之下,打开eclipse目录,发现有个eclipse.ini文件,里面第二行是路径 E:/Program Files/jdk1.6.0/bin/javaw.exe 灵机一动,有门有门!,试着把 上面路径改为 D:/j

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

或者是you must restart adb and eclipse这类错误 原因:一般是豌豆荚之类的软件影响的,所以,以后要慎用了. 解决方案:先找一下在sdk\tools目录下是否有hprof-conv.exe,如果有将tools下面的所有文件都复制到platform-tools即可.如果没有就下载一个新的安卓SDK,用同样的方法就可以了.

圈圈.第10章.USB过滤驱动开发.ZC资料

1.DriverStudio 的基本使用: 1.1.度娘 找到的文章:"DriverStudio 开发USB驱动程序 - CSDN博客.html"(https://blog.csdn.net/luckysolar/article/details/1478508?utm_source=jiancool) 里面有一句话:"通过快捷方式"Setup DDK and Start MSVC"来启动VC IDE",一直不知道怎么操作,∵这个快捷方式 我找不到

DriverStudio.一些记录

1.(虚拟机 XP)编程从这里进:C:\Program Files\Compuware\DriverStudio\Tools\SetDDKGo\SetDDKGo.exe 2.函数目录(虚拟机 XP) 2.1.KFilterDevice::PassThrough(...) C:\Program Files\Compuware\DriverStudio\DriverWorks\source\kfilter.cpp C:\Program Files\Compuware\DriverStudio\Dri

centos7 搭建pxe 安装centos windows(非全自动)(这个教程测试centos6和7.2可以用,Windows各版本也可以)

yum install dhcp xinetd syslinux tftp-server httpd 编辑dhcpdb配置(192.168.0.1为本机IP) default-lease-time 6000; max-lease-time 72000; log-facility local7; subnet 192.168.0.0 netmask 255.255.255.0 { range 192.168.0.100 192.168.0.200; option routers 192.168.0

Error building Player: Win32Exception: ApplicationName=‘xxxxxxxxxxxxxxxxxx//sdk\tools\zipalign.exe' , CommandLine='4 的解决办法

更新了安卓SDK后,有时候Unity编译失失败,报错类似 Error building Player: Win32Exception: ApplicationName='D:/Program Files/adt-bundle-windows-x86_64-20140702/sdk\tools\zipalign.exe', CommandLine='4 "XXXXX\Temp/StagingArea/Package_unaligned.apk" "XXXXX\Temp/Stag

OSQL.EXE 命令行下脱裤mssql

cd C:\Program Files\Microsoft SQL Server\100\Tools\Binn\ OSQL.EXE -S "localhost" -U "sa" -P "123456789"  -q "select [name] from [sysdatabases] order by [name]"  查询所有库 ------fwwebmastermodelmsdboadataReportServerRepo

gacutil.exe 注册assembly

首先有一个dll文件的清单,是一个txt文本,名为:list.txt,内容如下 C:\codetfs\ICBC\ICBC.Intelligence\ICBC.Intelligence.Common\bin\Debug\ICBC.Intelligence.Common.dllC:\codetfs\ICBC\ICBC.Intelligence\ICBC.Intelligence.Business\bin\Debug\ICBC.Intelligence.Business.dllC:\codetfs\I