每當我在XML文件中添加任何TextView
時,它都會顯示錯誤「在渲染期間引發異常:java.lang.System.arraycopy([CI [CII] V)」。在仿真器中添加文本字段時出錯
這是什麼原因?
這是顯示上述寫入錯誤的XML部分。
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
<EditText
android:id="@+id/editText1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ems="10" >
<requestFocus />
</EditText>
這將有利於您添加XML,至少部分地方你想的屁股觀點 – ElefantPhace 2014-09-27 06:39:56
可能重複[異常升高渲染期間:java.lang.System.arraycopy](HTTP ://stackoverflow.com/questions/24451490/exception-raised-during-rendering-java-lang-system-arraycopy) – kId 2014-09-27 06:53:58