eclipse 所选客户端无法使用线程更新
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/10072259/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Thread updates not available for selected client
提问by Karan Hans
When i open the ddms perspective i get thos message------thread updates not available for selected client.. It also tells me to use toolbar button to enable-----But i see no such button. What could be wrong. Please help out.
当我打开 ddms 透视图时,我收到了 thos 消息------所选客户端无法使用线程更新..它还告诉我使用工具栏按钮启用-----但我看不到这样的按钮。可能有什么问题。请帮忙。
回答by Priebe
In the DDMS perspective you should have the "Devices" window to the left (by standard). Otherwise open it by going to the menu Window -> Show View -> Other. In the popup navigate to Android -> Devices and press OK.
在 DDMS 透视图中,您应该在左侧有“设备”窗口(按照标准)。否则,通过转到菜单窗口 -> 显示视图 -> 其他打开它。在弹出窗口中导航到 Android -> 设备,然后按 OK。
The button (you can't find) is the fifth from the left side in the Devices window, which has the same icon as the Threads window you get the error in. Press it and it should update and you can see the threads.
该按钮(您找不到)位于“设备”窗口左侧的第五个,它与您收到错误的“线程”窗口具有相同的图标。按下它,它应该会更新,您可以看到线程。
Further details and pictures have a look here
更多细节和图片看这里