Loading
0

雷电模拟器截屏

假设有一个名为test1的模拟器正在运行,使用下面的命令可以进行截屏:

dnconsole adb --name test1 --command "shell /system/bin/screencap -p /sdcard/1.png"

则会在模拟器内部存储的根目录生成一个1.png的文件

再用pull命令将文件保存到本地:

dnconsole pull --name test1 --remote /sdcard/1.png --local d:\1.png

ldconsole adb --name test1 --command "pull /sdcard/1.png d:/1.png"

最后编辑于:2019/12/31作者: joycode

我不入地狱,谁入地狱?

评论已关闭