Android screen capture problem in Eclipse

梦想的初衷 提交于 2020-01-01 06:36:50

问题


I am having trouble using the "Screen Capture" function in Eclipse to capture an Android screen shot. I have the correct tab open, and when I click the screen capture icon, the box pops up and just stays on "Capturing..." but the display never changes from a white box with an X through it.

I have USB debugging turned on on the phone and I have the correct device selected in Eclipse..any other tips? Thanks!


回答1:


Navigate to your android sdk install folder. Open the Tools folder and find DDMS. Run DDMS and use the Screen Capture option from the Device pull down menu. This is the native tool that Eclipse tries to use and it works better natively.




回答2:


On the screen capture window, click done, then reopen the screen capture dialog. I have to go through this process every time I want screen caps, for some reason it doesn't connect to device on the first run.




回答3:


This works for me, also when Logcat ceases to work: When I disable and re-enable the debug mode on the device, everything is working again.



来源:https://stackoverflow.com/questions/5433554/android-screen-capture-problem-in-eclipse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!