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.
Javaを使用してUSB接続を介してAndroid携帯からファイルをコピーするにはどうすればよいですか?
「adb pull」コマンドまたは TCP を使用できます。adb pull も TCP ベースです。 Runtime.getRuntime().exec("adb pull ...");
これを試してください。