본문 바로가기

Android

android capture video

http://stackoverflow.com/questions/5382212/capture-video-of-androids-screen

adb shell screenrecord /sdcard/movie.mp4
(Press Ctrl-C to stop)
adb pull /sdcard/movie.mp4

'Android' 카테고리의 다른 글

material design style navigation drawer  (0) 2015.03.13
7 Tips to Speed Up Eclipse  (0) 2015.03.13
static way to get context on android  (0) 2015.02.06
android studio lib project file 분석  (0) 2014.12.18
add library on android studio  (0) 2014.12.18