Recent Posts
Recent Comments
반응형
«   2025/06   »
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
Archives
Today
Total
관리 메뉴

오늘도 공부

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

스터디/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

반응형