The application has stopped unexpectedly

在写多个Activity时,记住要在AndroidManifest.xml注册一下。

在有多个Activity时,在写xml配置文件时,要如下配置。

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" >

你可能感兴趣的:(xml,android,layout,application)