스터디/Android

Android 스크린샷 adb를 통해서 가져오기

행복한 수지아빠 2018. 10. 31. 10:37
반응형
adb shell screencap -p /sdcard/screen.png
adb pull /sdcard/screen.png
adb shell rm /sdcard/screen.png

출처 : https://blog.shvetsov.com/2013/02/grab-android-screenshot-to-computer-via.html

반응형