android source - /system/bin/screencap is not working with emulator with option "-no-window" -


i build aosp , generate emulator on remote computer. reason, have launch emulator “-no-window” option. (without option, emulator failed launch error text “no available vide device”)

[terminal 0 (launch emulator)]

emulator -no-window -noaudio

[terminal 1 (attach it)]

adb -s emulator-554 shell

then, /system/bin/screencap not working correctly generate empty 320x480 image. there way take screen capture option? or, idea launch emulator without “-no-window” option in spite of launch remotely welcome. (for example, force recognize dummy screen emulator)

thanks big helps!


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -