This post may contain useful information: http://stackoverflow.com/questions/2461988/automated-testing-in-android-development
On Oct 4, 12:40 pm, Mark Murphy <[email protected]> wrote: > On Mon, Oct 4, 2010 at 12:35 PM, kypriakos <[email protected]> wrote: > > I didn't find much on this anywhere and I have a feeling it is not > > really possible but just in case - is there a way to launch the > > emulator remotely without the necessary GUI (I can do that > > using VNC etc. but it turns out to be too slow) and install/launch > > apps on it? > > Try -no-window on the emulator command: > > http://developer.android.com/guide/developing/tools/emulator.html#sta... > > I'm fairly sure this can be done, as I've seen others post here about > operating in headless mode for continuous integration and test farms > and such. > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy > > Android Training...At Your Office:http://commonsware.com/training -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

