您的位置:首页 > 移动开发

The application has stopped unexpectedly

2011-03-25 22:31 549 查看
在写多个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"
>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
相关文章推荐