致命信号11(SIGSEGV)在0x00000000(代码= 1),线程25391

时间:2014-02-13 21:27:44

标签: android

我尝试更改背景图片时遇到此问题

在小图片中它运作良好,背景ghane和程序运行如果我使用大背景图像我面对这个错误

致命信号11(SIGSEGV)位于0x00000000(代码= 1),线程25391

我的布局代码

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@drawable/background" >

<TextView
        android:id="@+id/textView1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_alignParentTop="true"
        android:layout_centerHorizontal="true"
        android:layout_marginTop="202dp"
        android:text="Love Meter"
        android:textAppearance="?android:attr/textAppearanceLarge" />

</RelativeLayout>

1 个答案:

答案 0 :(得分:0)

解决方案是减小图像尺寸,当我减小尺寸时,我的图像尺寸太大,问题解决了