Unfortunately, 2G is really not enough for running Eclipse and the Android emulator. I saw a dramatic improvement on my system when I replaced my 2G DIMM with a 4G DIMM. But the emulator really does take a very long time to do its initialization of the phone even now. 3+ minutes is not unusual. That is why people recommend starting up the emulator at the start of your workday and keeping it running as long as possible, avoiding restarting or closing it.
On May 22, 4:52 pm, dpapathanasiou <[email protected]> wrote: > Hi, > > I'm brand new to Android, running Eclipse 3.6.2 on Mac OSX 10.6.7, > using Android 3.1. > > I'm trying the "HelloAndroid" > tutorial:http://developer.android.com/resources/tutorials/hello-world.html > > When I run the project, not only does it take a *very* long time for > the emulator to go from the "Android" splashscreen (at least 3 > minutes) but also when it is finally ready, I don't see the "Hello, > Android" view I expect. > > Instead, I get a a clock, the date, and a padlock set against a > honeycomb background, with a bottom status bar showing the battery at > 50% and no 3g signal. > > Is this normal? > > I have 2 gb of ram and I don't understand why the splashscreen takes > 3+ minutes... > > I also tried modifying the example code from: > > setContentView(tv); > > to this: > > this.setContentView(tv); > > based on this post:http://code.google.com/p/android/issues/detail?id=724#c17 > > But the result was the same. > > Any suggestions? -- 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

