How to record screen with Android Studio -


i connect phone android studio , code. want record phone screen. saw this button disabled in android studio. can capture screens can't record. can me this?

update

enter image description here

this how there in android studio. button disabled

go menu

  • view -> tool windows -> android

you find record icon @ bottom left corner.

enter image description here

if using avd, make sure "use host gpu" disabled.

to take video recording of app:

  • start app described in run app in debug mode.
  • click android open android ddms tool window.
  • click screen record on left side of android ddms tool window.
  • click start recording.
  • interact app.
  • click stop recording.
  • enter file name recording , click ok.

source: https://developer.android.com/tools/debugging/ddms.html


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -