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
this how there in android studio. button disabled
go menu
view
->tool windows
->android
you find record icon @ bottom left corner.
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
Post a Comment