雷电模拟器共5篇
雷电模拟器之文件操作-JoyCode 编程小战

雷电模拟器之文件操作

删除相册中的文件 ldconsole adb --index 0 --command 'shell rm /sdcard/DCIM/1.png'
螃蟹横着走的头像-JoyCode 编程小战螃蟹横着走4年前
00
雷电模拟器应用操作-JoyCode 编程小战

雷电模拟器应用操作

假设启动名为test1的模拟器, 以抖音为例 : 判断应用是否安装: ldconsole adb --name test1 --command 'shell pm list packages|grep com.ss.android.ugc.aweme' 启动应用: ldconsole runapp...
螃蟹横着走的头像-JoyCode 编程小战螃蟹横着走5年前
10
雷电模拟器模拟操作-JoyCode 编程小战

雷电模拟器模拟操作

开启一个540*960分辨率的名为test1的模拟器: 上滑模拟: ldconsole adb --name test1 --command 'shell input swipe 270 700 270 200' 下滑模拟: ldconsole adb --name test1 --command 'shel...
螃蟹横着走的头像-JoyCode 编程小战螃蟹横着走5年前
20
雷电模拟器截屏-JoyCode 编程小战

雷电模拟器截屏

假设有一个名为test1的模拟器正在运行,使用下面的命令可以进行截屏: dnconsole adb --name test1 --command 'shell /system/bin/screencap -p /sdcard/1.png' 则会在模拟器内部存储的根目录生...
螃蟹横着走的头像-JoyCode 编程小战螃蟹横着走5年前
30
雷电模拟器控制命令-JoyCode 编程小战

雷电模拟器控制命令

雷电模拟 器官网: https://www.ldmnq.com/ 在模拟器安装目录下输入ldconsole,回车,看到以下命令用法: dnplayer Command Line Management Interface All rights reserved. Usage: dnconsole &...
螃蟹横着走的头像-JoyCode 编程小战螃蟹横着走5年前
60