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博客

相关推荐
小席是个热心肠21 分钟前
Redis的自我学习
数据库·redis·学习
2601_9657984742 分钟前
Salient Theme Setup Guide for Fast Creative WordPress Sites
数据库·web3·php·wordpress
@Mike@1 小时前
09-数据库学习笔记(数据库索引与过滤器)
数据库·笔记
程序员夏洛2 小时前
MySQL 中 count(*)、count(1) 和 count(字段名) 有什么区别?
数据库·mysql
Wang's Blog3 小时前
PostgreSQL笔记34:索引优化策略全景解析——从B-tree到HOT的核心原理与实践
数据库·笔记·postgresql
l1258653 小时前
# RAG向量数据库优化实战:HNSW索引调参与生产级性能设计
数据库·python·mysql·langchain
梦Arrebol3 小时前
Mysql内容及相关实验
数据库·mysql
OceanWaves19934 小时前
mysql 8.0.32 磁盘爆满,清理从库日志
数据库·mysql
凤山老林4 小时前
数据库读写分离与动态路由实战:Spring Boot + ShardingSphere-JDBC 生产配置
数据库·spring boot·后端·分库分表·sharding-jdbc
l1258655 小时前
# RAG噪声知识库治理:一致性与可信度的四层防线设计
数据库·人工智能·python·自然语言处理·langchain