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

Lists in Python -

android - can not access to progress bar in an other activity -

html - Not able to access next element of an array javascript -