Chinaunix首页 | 论坛 | 博客
  • 博客访问: 563741
  • 博文数量: 192
  • 博客积分: 3780
  • 博客等级: 中校
  • 技术积分: 1487
  • 用 户 组: 普通用户
  • 注册时间: 2010-08-26 10:11
文章存档

2012年(6)

2011年(160)

2010年(26)

分类: 嵌入式

2011-03-24 11:03:27

    Failed to get the adb version: Cannot run program ”adb“: CreateProcess error=2
   
    今天用了一下Hierarchy viewer,启动时发现了一个错误,无法检测到我的设备,具体如下:
Failed to get the adb version: Cannot run program ”adb“: CreateProcess error=2
 
解决方法:

    Try adding adb's folder (platform-tools) to your PATH. The adb executable used to be in the tools folder on versions of the SDK up to v8 IIRC, but it was moved in v9, so ddms.bat is probably looking for it in the wrong spot.

    即增加您的platform-tools路径到path环境变量中去,因为我的sdk更新过,现在是最新版本的。

阅读(2052) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~