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

