致命异常:主要流程:com.example.admin.clucky,PID:1864

时间:2016-12-16 10:13:47

标签: android

致命的例外:主要                                                                         过程:com.example.admin.clucky,PID:1864                                                                         java.lang.RuntimeException:无法启动活动ComponentInfo {com.example.admin.clucky / com.example.admin.clucky.fetaldevelopments2}:android.view.InflateException:二进制XML文件行#189:二进制XML文件行#189 :错误膨胀类

引起:java.lang.OutOfMemoryError:无法分配带有8445752个空闲字节的9082812字节分配和8MB直到OOM

<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" >

<LinearLayout
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical">

    <TextView
        android:layout_width="match_parent"
        android:layout_height="48dp"
        android:textAppearance="?android:attr/textAppearanceLarge"
        android:text="Fetal development week by week"
        android:id="@+id/textView23"
        android:layout_gravity="center_horizontal"
        android:textAlignment="center"
        android:textColor="#FF060505"
        android:textSize="20dp"
        android:textStyle="bold|italic"
        android:typeface="monospace"
        android:layout_weight="1" />
    <ImageView
        android:layout_width="match_parent"
        android:layout_height="160dp"
        android:id="@+id/imageView23"
        android:background="@drawable/f21"
        android:layout_weight="1" />

    <TextView
        android:layout_width="wrap_content"
        android:layout_height="0dp"
        android:id="@+id/textView18"
        android:text="21 weeks

你的宝宝的动作已经从颤动到全面的踢腿和刺戳你的子宫壁。随着您对她的活动越来越熟悉,您可能会开始注意到模式。 你的宝宝是胡萝卜的大小

”             机器人:文字颜色= “#FF060505”             机器人:textAlignment = “中心”             机器人:文字样式=“大胆|中|斜体”             机器人:字体=“衬”             android:layout_weight =“1”/&gt;         

    <TextView
        android:layout_width="wrap_content"
        android:layout_height="0dp"
        android:id="@+id/textView19"
        android:text="22 weeks

你的宝宝现在看起来几乎像一个微型新生儿。嘴唇和眉毛等特征更加鲜明,但是眼睛上色的色素还不存在。 你的宝宝大小与意大利面南瓜一样。

”             机器人:文字颜色= “#FF060505”             机器人:textAlignment = “中心”             机器人:文字样式=“大胆|中|斜体”             机器人:字体=“衬”             android:layout_weight =“1”/&gt;         

    <TextView
        android:layout_width="wrap_content"
        android:layout_height="0dp"
        android:id="@+id/textView20"
        android:text="23 weeks

宝宝的耳朵听起来越来越好。出生后,她可能会认出她现在在子宫内听到的一些噪音。 你的宝宝是一个大芒果的大小。

”             机器人:文字颜色= “#FF060505”             机器人:textAlignment = “中心”             机器人:文字样式=“大胆|中|斜体”             机器人:字体=“衬”             android:layout_weight =“1”/&gt;

</LinearLayout>
</ScrollView>

1 个答案:

答案 0 :(得分:0)

java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.admin.clucky/com.example.admin.clucky.fetaldevelopments2}: android.view.InflateException: Binary XML file line #189: Binary XML file line #189: Error inflating class 

请检查fetaldevelopments2二进制XML文件行#189。