[android-developers] running emulator in non gui mode

2010-10-28 Thread Andrei
Is it possible to run the emulator without gui showing? I want to continually run test of my app on server that does not allow opening GUI Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] running emulator in non gui mode

2010-10-28 Thread David Turner
emulator -no-window will do that :-) You might also want to redirect the shell with -shell-serial device, to send your script through this. On Thu, Oct 28, 2010 at 11:56 AM, Andrei gml...@gmail.com wrote: Is it possible to run the emulator without gui showing? I want to continually run test