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.
画面キャプチャにこのコマンドを使用します。仮想エミュレータではうまく機能し、画面キャプチャを作成しますが、私の電話(galaxy gio)では機能しません。何が問題なのかわかりません。助けてくださいありがとう
Process sh; sh = Runtime.getRuntime().exec("adb shell screencap -p /sdcard/screen.png");