Have you added Activity description in AndroidManifest.xml? If you have done that, there should be no problem.
2010/2/4 Madiba <[email protected]> > I have a question about displaying next activity on the emulator… the > first activity displays fine on the emulator, it shows two spinners. > What I wanted to do next was to move to a different activity which has > a textview .Now when I add the second activity and use an intent to > allow me to go to the next page, the application crashes, any clues??? > PS: I am a newbie in programing and here is the intent > startActivity(new Intent(getApplicationContext(), > nextpage.class)); > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Best Regards Haric -- 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

