71 votes

Exception déclenchée lors du rendu: java.lang.System.arraycopy

J'ai un problème Étrange avec la nouvelle ADT version. J'ai téléchargé la nouvelle Éclipse de eclipse.org puis-je installer l'outil ADT. Tout fonctionne bien; je peux créer un projet pour android et tous les chose de bien fonctionner, à l'exception:

Lorsque vous essayez de créer un xml de mise en page, j'obtiens l'erreur suivante:

Exception raised during rendering: java.lang.System.arraycopy

et dans le Journal des Erreurs que je vois:

Failed to render set of icons for AnalogClock, AutonCompleteTextView, button, SmallButton , ....

Ff je change EditText de TextView, l'erreur disparaît. Je peux exécuter mon programme, même avec cet avertissement, mais je veux voir ma présentation dans la section graphique.

Ma mise en page est:

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

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_weight="50"
        android:gravity="right"
        android:orientation="horizontal" >

        <Button
            android:id="@+id/close"
            android:layout_width="50dp"
            android:layout_height="match_parent"
            android:background="#00000000" />
    </LinearLayout>

    <View
        android:id="@+id/view1"
        android:layout_width="wrap_content"
        android:layout_height="0dp"
        android:layout_weight="20" />

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_weight="40"
        android:orientation="horizontal"
        android:weightSum="320" >

        <View
            android:id="@+id/view8"
            android:layout_width="0dp"
            android:layout_height="match_parent"
            android:layout_weight="40" />

        <EditText
            android:id="@+id/textView1"
            android:layout_width="0dp"
            android:layout_height="match_parent"
            android:layout_weight="240"
            android:gravity="center|right"
            android:background="#00000000"/>

        <View
            android:id="@+id/view9"
            android:layout_width="0dp"
            android:layout_height="match_parent"
            android:layout_weight="40" />
    </LinearLayout>

    <View
        android:id="@+id/view2"
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_weight="20" />

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_weight="35"
        android:orientation="horizontal" >

        <View
            android:id="@+id/view10"
            android:layout_width="0dp"
            android:layout_height="match_parent"
            android:layout_weight="40" />

        <EditText
            android:id="@+id/textView2"
            android:layout_width="0dp"
            android:layout_height="match_parent"
            android:layout_weight="240"
            android:gravity="center|right"
            android:background="#00000000" />

        <View
            android:id="@+id/view11"
            android:layout_width="0dp"
            android:layout_height="match_parent"
            android:layout_weight="40" />
    </LinearLayout>

    <View
        android:id="@+id/view3"
        android:layout_width="wrap_content"
        android:layout_height="0dp"
        android:layout_weight="10" />

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_weight="35"
        android:orientation="horizontal" >

        <View
            android:id="@+id/view12"
            android:layout_width="0dp"
            android:layout_height="match_parent"
            android:layout_weight="40" />

        <EditText
            android:id="@+id/textView3"
            android:layout_width="0dp"
            android:layout_height="match_parent"
            android:layout_weight="240"
            android:gravity="center|right"
            android:background="#00000000"/>

        <View
            android:id="@+id/view13"
            android:layout_width="0dp"
            android:layout_height="match_parent"
            android:layout_weight="40" />
    </LinearLayout>

    <View
        android:id="@+id/view4"
        android:layout_width="wrap_content"
        android:layout_height="0dp"
        android:layout_weight="105" />

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_weight="40"
        android:orientation="horizontal" >

        <View
            android:id="@+id/view14"
            android:layout_width="0dp"
            android:layout_height="match_parent"
            android:layout_weight="40" />

        <EditText
            android:id="@+id/textView4"
            android:layout_width="0dp"
            android:layout_height="match_parent"
            android:layout_weight="240"
            android:gravity="center|right"
            android:background="#00000000" />

        <View
            android:id="@+id/view15"
            android:layout_width="0dp"
            android:layout_height="match_parent"
            android:layout_weight="40" />
    </LinearLayout>

    <View
        android:id="@+id/view5"
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_weight="5" />

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_weight="40" >

        <View
            android:layout_width="0dp"
            android:layout_height="match_parent"
            android:layout_weight="40"
             />

        <EditText
            android:id="@+id/textView6"
            android:layout_width="0dp"
            android:layout_height="match_parent"
            android:layout_weight="240"
            android:gravity="center|right"
            android:background="#00000000" />

        <View
            android:layout_width="0dp"
            android:layout_height="match_parent"
            android:layout_weight="40" />
    </LinearLayout>

    <View
        android:id="@+id/view6"
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_weight="20" />

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_weight="30"
        android:orientation="horizontal"
        android:weightSum="320" >

        <View
            android:id="@+id/view16"
            android:layout_width="0dp"
            android:layout_height="match_parent"
            android:layout_weight="90" />

        <CheckBox
            android:id="@+id/shake"
            android:layout_width="0dp"
            android:layout_height="match_parent"
            android:layout_gravity="center"
            android:layout_weight="70"
            android:gravity="center" />

        <View
            android:layout_width="0dp"
            android:layout_height="match_parent"
            android:layout_weight="10" />

        <CheckBox
            android:id="@+id/ring"
            android:layout_width="0dp"
            android:layout_height="match_parent"
            android:layout_gravity="center"
            android:layout_weight="70"
            android:gravity="center" />

        <View
            android:id="@+id/view17"
            android:layout_width="0dp"
            android:layout_height="match_parent"
            android:layout_weight="80" />
    </LinearLayout>

    <View
        android:id="@+id/view7"
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_weight="30" />

</LinearLayout>

J'ai cherché une réponse ici, mais n'ai pas trouvé. Comment puis-je résoudre ce problème?

PS: Ce problème est arrivé sur l'ADT 23 - j'ai essayé avec de l'ADT 22.6, et il a bien fonctionné.

223voto

shayan pourvatan Points 6806

ce problème s’est produit sur l’API 20 (Android 4.4 W). J’ai récemment eu un problème avec cela, mais le problème sera résolu en changeant la version d’Android à utiliser pour le rendu du formulaire API 20 (Android 4.4 W) à l’API 19 (Android 4.4.2) ( icône Android dans le coin supérieur droit de la présentation graphique) ou mettez à jour votre SDK vers Android L (aperçu de l’API 20 L)

Capture d'écran :

entrez la description de l'image ici

21voto

Bill Gates Points 167

Android Wear est une montre-bracelet et vous ne pouvez rien y saisir, vous ne pouvez donc pas utiliser EditText sur 4.4W. Changez l'API à 19 ou moins ou changez-le à 4.4L qui peut être téléchargé à partir du SDK Manager. Ce n'est pas un bug.

6voto

Supuhstar Points 2310

J'avais ce même problème avec 20 (4.4W), mais il a disparu lorsque j'ai installé et choisi 20 (4.4 L (aperçu)). Ceci est probablement dû au fait que 4.4W est le SDK Android Wear et qu'il est donc possible qu'il ne prenne pas en charge toutes les fonctionnalités du téléphone / tablette standard Android

5voto

user1767754 Points 460

@shayan pourvatan a déjà répondu correctement à cette question, j'ajoute simplement ces deux images décrivant comment installer la version 20 L de l'API pour l'utiliser ensuite comme moteur de rendu de prévisualisation.

entrez la description de l'image ici

entrez la description de l'image ici

2voto

6kgstront Points 16

Vous pouvez mettre à jour votre SDK 4.4W en SDK 4.4W2. C'est réparé le mien.

Prograide.com

Prograide est une communauté de développeurs qui cherche à élargir la connaissance de la programmation au-delà de l'anglais.
Pour cela nous avons les plus grands doutes résolus en français et vous pouvez aussi poser vos propres questions ou résoudre celles des autres.

Powered by:

X