adb: error: cannot create file/directory ‘d:/1.png‘: No such file or directory

将文件从设备读取到PC 由于权限问题,不能直接pull到电脑磁盘根目录,否则会报错:

adb pull <remote> <local>

eg:

C:\Users\admin>adb pull /sdcard/server.log C:\Users\admin\Desktop

/sdcard/server.log: 1 file pulled. 0.1 MB/s (196 bytes in 0.003s)

查看文件

注意:由于权限问题,不能直接pull到电脑磁盘根目录,否则会报错:

C:\Users\Shuqing>adb pull /sdcard/server.log D:\\

adb: error: cannot create file/directory 'D:\\': No such file or directory

屏幕截图

C:\Users\admin>adb shell screencap /sdcard/kao.png

C:\Users\admin>adb pull /sdcard/kao.png C:\Users\admin\Desktop

/sdcard/kao.png: 1 file pulled. 4.0 MB/s (58467 bytes in 0.014s)

adb命令---02_adb: error: cannot create file/directory-CSDN博客

相关推荐
运维成长记35 分钟前
mysql数据库-中间件MyCat
数据库·mysql·中间件
尘客.1 小时前
DataX从Mysql导数据到Hive分区表案例
数据库·hive·mysql
TiDB 社区干货传送门2 小时前
从开发者角度看数据库架构进化史:JDBC - 中间件 - TiDB
数据库·oracle·中间件·tidb·数据库架构
虾球xz2 小时前
游戏引擎学习第280天:精简化的流式实体sim
数据库·c++·学习·游戏引擎
uwvwko3 小时前
BUUCTF——web刷题第一页题解
android·前端·数据库·php·web·ctf
扶尔魔ocy3 小时前
【Linux C/C++开发】轻量级关系型数据库SQLite开发(包含性能测试代码)
linux·数据库·c++·sqlite
旋风菠萝3 小时前
项目复习(1)
java·数据库·八股·八股文·复习·项目、
w23617346013 小时前
Django框架漏洞深度剖析:从漏洞原理到企业级防御实战指南——为什么你的Django项目总被黑客盯上?
数据库·django·sqlite
2302_809798324 小时前
【JavaWeb】MySQL
数据库·mysql
drowingcoder4 小时前
MySQL相关
数据库