-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>
你可以發佈跟蹤? – Niko
在哪裏我可以得到痕跡? – Mohamed
Eclipse中的LogCat – Niko