Emulator is slow. Major reason is that emulator actually emulates another processor with another instruction set than the Intel processor. Also other devices on the phone needs to be software emulated. It simply takes time...
You can experiment with android-x86 if you just want to see you app running. This is still an emulator but should be much faster since the processor instructions does not have to be emulated. Android-x86 is not a substitute for the phone emulator. You should still test your app on different screen sizes and versions of android. On Jun 28, 9:54 pm, "lucky.developer" <[email protected]> wrote: > Hi, > > I am running Mac Leopard on 2Ghz Intel Core 2 Duo Macbook (with 1.5 GB > DDR2 SDRAM) . > > I am using Eclipse Helios with Android 2.1 platform with Android 2.1 > Simulator. > > With even a "Hello World" Application, the simulator takes around 3 > minutes to show the "Hello world" message..... what is wrong ? How can > I rectify this ? > > Please help -- 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

