Using Android Studio in Windows. Trying to get the screenshot.
When the Device Screen Capture window appears, "save" button is disabled and shows Screen not available.
In the Android Virtual Device Manager (AVD) try unchecking the virtual devices Emulated Performance settings: use host GPU.
An alternative is to use adb screenrecord
https://developer.android.com/studio/command-line/shell.html#screenrecord
$ adb shell screenrecord /sdcard/demo.mp4
(press Ctrl-C to stop)
$ adb pull /sdcard/demo.mp4
$ adb shell rm /sdcard/demo.mp4
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With