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 android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to