Have you looked at the logcat output? That generally gives more info about what is actually causing the problem...
Thanks, Justin ---------------------------------------------------------------------- There are only 10 types of people in the world... Those who know binary and those who don't. ---------------------------------------------------------------------- On Tue, Dec 1, 2009 at 1:04 PM, Carl <[email protected]> wrote: > Hi, > > I've made a menu, created by xml files. When i try to start a new > activity, a program, by pressing the start game button i get the > error: "The program ... stopped unexpectedley". Isn't it just to > specify it in the startgame.xml that the program should get the new > acticity ( as in new class)? > > <RelativeLayout > android:id="@+id/widget32" > android:layout_width="fill_parent" > android:layout_height="fill_parent" > xmlns:android="http://schemas.android.com/apk/res/android" > > > > <activity android:name=".Vortex"> </activity> > </RelativeLayout> > > If you don't understand what is wrong with this, then please generally > tell me what steps should be made. > > Regards > > Carl-Magnus > > -- > You received this message because you are subscribed to the Google > Groups "Android Beginners" group. > To post to this group, send email to [email protected] > 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. 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-beginners?hl=en

