美文网首页Git
Git bash adb pull

Git bash adb pull

作者: JaedenKil | 来源:发表于2022-02-10 10:53 被阅读0次
$ adb pull \\/sdcard/window_dump.xml .
adb: error: failed to stat remote object '\/sdcard/window_dump.xml': No such file or directory

Solution:

$ adb pull //sdcard/window_dump.xml .
//sdcard/window_dump.xml: 1 file pulled, 0 skipped. 1.2 MB/s (7461 bytes in 0.006s)

相关文章

网友评论

    本文标题:Git bash adb pull

    本文链接:https://www.haomeiwen.com/subject/ybjnkrtx.html