How to record android screen with Android Studio?

前端 未结 4 2048
野趣味
野趣味 2021-02-12 09:47

I\'ve installed Android Studio in the Applications folder on my Mac (I think the sdk is then in the package content), but now I want to record my screen for a demonstration vide

4条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-12 10:28

    If you are using Android 4.4 or higher you can use adb:

    http://developer.android.com/tools/help/adb.html#screenrecord

    It can be found in the platform-tools folder under your sdk install folder.

提交回复
热议问题