问题描述
我知道这可能是最愚蠢的问题,但我仍然不知道如何通过 Android Studio 截取模拟器的屏幕截图.我最近从 Eclipse 切换到 Android Studio,但在任何地方都找不到,我也尝试在网络上搜索,但没有帮助.
I know this probably might be the silliest question but still, I don't know how to take a screenshot of Emulator via Android Studio. I recently switched from Eclipse to Android Studio and I could not find it anywhere, I tried to search on web too but no help.
推荐答案
从 Android Studio 2.0 开始,您可以使用新的模拟器来完成:
Starting with Android Studio 2.0 you can do it with the new emulator:
只需点击 3截屏".标准位置是桌面.
Just click 3 "Take Screenshot". Standard location is the desktop.
或者
- 选择更多"
- 在设置"下,指定屏幕截图的位置
- 截屏
2020 年 7 月 22 日更新
如果您在 Android Studio 中使用模拟器,自 Android Studio 4.1 起就可以使用,请单击此处将屏幕截图保存在您的标准位置:
If you use the emulator inside Android Studio which is possible since Android Studio 4.1 click here to save the screenshot in your standard location:
这篇关于从 Android Studio 在模拟器上截屏的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!