Screen video recording android

后端 未结 4 712
小鲜肉
小鲜肉 2021-01-07 01:45

Can anyone share app/ways to record current android screen device? i know this app: http://tandroidapk.blogspot.com/2011/12/screencast-video-recorder-android-app.html but so

4条回答
  •  孤街浪徒
    2021-01-07 01:53

    Enter into platform-tools directory from cmd

    Follow this command to check if your device exist

    H:\ANDROID\sdk\platform-tools>adb devices
    List of devices attached
    ***********        device
    

    Follow this command to record screen

    H:\ANDROID\sdk\platform-tools>adb.exe shell screenrecord /sdcard/video.mp4
    The max width/height supported by codec is 640x480
    

    Press Ctrl+C to exit

提交回复
热议问题