Re: [android-developers] Emulator crashes when launching a new Activity

2011-01-04 Thread Rockline
Hello Kostya, Thanks for your help. It seems that I made a mistake in MenuMain indeed (imported an Button instead of an ImageButton -- stupid mistake). Sorry for bothering you all. Topic closed. Have a good day. Best regards. Julien. 2011/1/4 Kostya Vasilyev > Julien, > > You do need entrie

Re: [android-developers] Emulator crashes when launching a new Activity

2011-01-04 Thread Kostya Vasilyev
Julien, You do need entries in the manifest for all your activities, including MenuMain. The intent filter for MenuMain is not necessary. Other than that, check the logcat for error messages. Might be something wrong in menu_main.xml. -- Kostya 04.01.2011 15:17, Rockline пишет: Hello,

[android-developers] Emulator crashes when launching a new Activity

2011-01-04 Thread Rockline
Hello, I've got a problem when I'm trying to create a new activity when I click on a button. My virtual device (emulator) crashes when I click on the button saying something like: "The application has stopped unexpectedly" Could you please help? My main activity I launch my application is Launch