Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
デバイスからデスクトップにファイルをコピーしようとしています。コマンドは次のとおりです。
adb pull sdcard/log.txt Users/admin/Desktop
ただし、このコマンドは、adb が配置されている platform-tools フォルダー内にフォルダー Users/admin/Desktop を作成します。デスクトップにファイルをプルする方法は?
Windowsを使用しているデスクトップフォルダーの場所から判断します。Windows でのコマンドは次のようになります。
adb pull /sdcard/log.txt %USERPROFILE%\Desktop\