赞
踩
windows 10
雷电模拟器4.0.83
有时候我们会需要往模拟器拷贝文件或者复制文件到我的电脑
- adb root
- adb remount
有可能遇到【daemon not running; starting now at tcp:5037】的报错
查看端口占用进程:netstat -ano | findstr "5037"
关闭进程:taskkill -f -pid 35356
taskkill -f -pid 36132
adb push E:\a\test.txt /data

执行成功,这样就拷贝进去了

adb pull /data/test.txt E:\b

执行成功,这样就拷贝到了我的电脑上

Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。