ฉันกำลังพยายามเพิ่มช่องข้อความลงในแอพ Android ของฉันใน Eclipse แต่จากนั้นฉันลากPlain text
ตัวเลือกไปยังเค้าโครงกราฟิกข้อความที่ด้านล่างจะปรากฏขึ้น มันอ่าน
Exception raised during rendering: java.lang.System.arraycopy([CI[CII)V
Exception details are logged in Window > Show View > Error Log
แม้ว่าฉันจะไปที่Window > Show View
ไม่มีตัวเลือกบันทึกข้อผิดพลาด ตอนนี้นักออกแบบทั้งหมดไม่มีประโยชน์เพราะฉันไม่สามารถใช้มันได้อีกต่อไปจนกว่าฉันจะลบEditText
โดยตรงจาก xml อะไรเป็นสาเหตุของข้อผิดพลาดนี้และฉันจะแก้ไขได้อย่างไร ฉันใช้งานเวอร์ชันล่าสุด (ณ วันนี้ 6-30-14) และ Windows 8 Pro x64
นี่คือรหัสรูปแบบทั้งหมดของฉัน:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="${relativePackage}.${activityClass}" >
<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="18dp"
android:text="@string/welcome_text" />
<EditText
android:id="@+id/editText1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:ems="10"
android:inputType="text">
<requestFocus />
</EditText>
</RelativeLayout>
welcome_type_in_a_new_or_existing_note_name
ของคุณด้วย ซึ่งเป็นชื่อที่ยาวโดยไม่จำเป็น