2014-02-13 49 views
-2

当我尝试改变背景图像致命信号11(SIGSEGV)在00000000(代码= 1),螺纹25391

在小图像它很好地工作和背景ghane和程序运行,如果我使用我面对这个问题大背景图像I面对这个errore

致命信号11(SIGSEGV)在00000000(代码= 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> 
+0

你可以发布跟踪? – Niko

+0

在哪里我可以得到痕迹? – Mohamed

+0

Eclipse中的LogCat – Niko

回答

0

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

相关问题