MSys is not supported anymore as a compilation environment for the emulator.
You should try using Cygwin instead.
Otherwise, try to run gdb to know exactly where the emulator crashes. It
might help changing the default optimization mode to -O0 -g in
Makefile.android though

On Mon, May 4, 2009 at 10:22 AM, Hua Xia <[email protected]> wrote:

> I succeeded in compiling emulator source code on msys. but it could not run
> on msys (winxp)
> when type "emulator", prompting words below:
>
> $ ./emulator
> This application has requested the Runtime to terminate it in an unusual
> way.
> Please contact the application's support team for more information.
>
>
> If type "emulator -verbose", following information shows:
>
> $ emulator -verbose
> This application has requested the Runtime to terminate it in an unusual
> way.
> Please contact the application's support team for more information.
>
>
> If type "emulator -debug", window shows android emulator usage like below:
>
> $ emulator -debug
> unknown option '-debug'
> Android Emulator usage:   emulator [options] [-qemu args]
>   options:
>     -system    <dir>   search system, ramdisk and userdata images in <dir>
>     -kernel    <file>  use <file> as the emulated kernel
>     -ramdisk   <file>  use <file> as the ramdisk image (default is
> <system>/ramdisk.img)
>     -image     <file>  use <file> as the system image (default is
> <system>/system.img)
>     -nand0     <file>  obsolete, same as -image
>     -data      <file>  use <file> as the working user data disk image
> ..............................................
> who can help me ?
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to