Unable to get the focused window from device - android

Unable to get the focused window from device - android

最近做项目 出现一个问题,打开模拟器,或者真机在DDMS的device中可以看到设备,

并显示可以debug的状态,但是不显示进程的信息,并且Hierachy View也不可以用。

在控制台的打印信息如下:

[2015-02-09 15:22:53 - hierarchyviewer]Failed to remove forward for device emulator-5554: Connection refused: connect
[2015-02-09 15:22:55 - hierarchyviewer]Unable to get view server version from device a1a87803
[2015-02-09 15:22:55 - hierarchyviewer]Unable to get view server protocol version from device a1a87803
[2015-02-09 15:22:55 - ViewServerDevice]Unable to debug device: samsung-sch_i869-a1a87803
[2015-02-09 15:22:55 - hierarchyviewer]Missing forwarded port for a1a87803
[2015-02-09 15:22:55 - hierarchyviewer]Unable to get the focused window from device a1a87803
解决办法:

       重新启动adb server,运行如下命令:

       在root权限下adb kill-server      adb start-server

 

解决办法:删除工作空间中的.metadata 文件夹

一下为详细步骤:

(1):打开eclipse工作空间(在位置在你的eclipse中菜单windows ——> Preferences ——> General  Startup and Shutdown ——>Workspaces  里面显示)

(2):关闭eclipse , 删除上面打开的工作空间中.metadata 文件夹

(3):点击 gotoWorkspaces (就是那个最后面的向右的箭头)发现eclipsse中没有任何项目

(4):(导入项目)点击File菜单 import按钮 打开对话框中选择General中Existing Prjoect into workspace 再点击 Next 第一行中右面按钮选择Browse选择workspase所在的位置(刚刚删除了文件夹的那个文件夹)点击finish 完成项目的导入(不要选择copy project into workspace)


你可能感兴趣的:(Unable to get the focused window from device - android)