More likely than not you are doing something wrong.... probably doing too much processing in your onCreate() method. You may want to consider using ASyncTask to put some of the heavier processing on a separate thread.
---------------------------------------------------------------------- There are only 10 types of people in the world... Those who know binary and those who don't. ---------------------------------------------------------------------- On Wed, May 12, 2010 at 1:43 AM, T1000 <[email protected]> wrote: > Whenever I want to run any Android application, I get the following two > errors immediately in the emulator: > > Sorry! Process android.process.media is not responding. > (I click Wait) > Application Settings (in process com.android.settings) is not responding. > (I click Wait again) > Then my application runs (or crashes as is usually the case--see my other > message). > > Is there something wrong or is this just typical of the Android emulator > and I'm just going to have to click Wait twice for eternity whenever I run > any app? Let me know. Thanks. > > > -- > You received this message because you are subscribed to the Google > Groups "Android Beginners" group. > > NEW! Try asking and tagging your question on Stack Overflow at > http://stackoverflow.com/questions/tagged/android > > To unsubscribe from this group, send email to > [email protected]<android-beginners%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-beginners?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

