IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Android Discussion :

E/SemcSettingsParser(1015): key not found. key=[brand]


Sujet :

Android

  1. #1
    Membre régulier
    Homme Profil pro
    Inscrit en
    Août 2012
    Messages
    145
    Détails du profil
    Informations personnelles :
    Sexe : Homme

    Informations forums :
    Inscription : Août 2012
    Messages : 145
    Points : 88
    Points
    88
    Par défaut E/SemcSettingsParser(1015): key not found. key=[brand]
    bonjour,
    Dans la console d'eclipse, une erreur apparaît une dizaine de fois à la suite et je ne vois pas vraiment d'ou vient les erreurs.
    L'application fait toutes les taches demandées.
    Les erreurs suivantes sont répétés 9 fois

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    07-04 09:35:47.523: E/SemcSettingsParser(1015): key not found. key=[brand]
    07-04 09:35:47.523: E/SemcSettingsParser(1015): key not found. key=[group-visible]
    ...
    c'est peut être un rapport avec le fichier xml, mais je ne suis pas sûr et je ne vois pas ce qui manque à par une clée mais ou?.
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    <?xml version="1.0" encoding="utf-8"?>
     
        <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
            android:id="@+id/scrollView1"
            android:layout_width="match_parent"
            android:layout_height="wrap_content" >
     
            <LinearLayout
                android:layout_width="match_parent"
                android:layout_height="match_parent"
                android:orientation="vertical"
                android:background="#F7F7F7" >
     
            <EditText
                android:id="@+id/edit_Societe"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:layout_weight="0.26"
                android:background="@drawable/edittext_connexion"
                android:ems="10"
                android:hint="@string/societe"
                android:inputType="textPersonName"
                android:textColor="@color/noir" >
            <requestFocus />
            </EditText>
     
            <EditText
                android:id="@+id/edit_Nom"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:layout_below="@id/edit_Societe"
                android:layout_weight="0.26"
                android:background="@drawable/edittext_connexion"
                android:ems="10"
                android:hint="@string/nom"
                android:inputType="textPersonName"
                android:textColor="@color/noir" />
     
            <EditText
                android:id="@+id/edit_prenom"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:layout_below="@id/edit_Nom"
                android:layout_weight="0.26"
                android:background="@drawable/edittext_connexion"
                android:ems="10"
                android:hint="@string/prenom"
                android:inputType="textPersonName"
                android:textColor="@color/noir" />
     
                <LinearLayout
                     android:id="@+id/LinearLayoutBarre_adresse"
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:background="@drawable/gradient_orange" >
                    <ImageView
                        android:id="@+id/flechedroite"
                        android:layout_width="53dp"
                        android:layout_height="wrap_content"
                        android:layout_weight="0.54"
                        android:src="@drawable/fleche_droite" />
                    <TextView
                        android:id="@+id/Champ_Coordonnee"
                        android:layout_width="match_parent"
                        android:layout_height="match_parent"
                        android:layout_weight="0.54"
                        android:gravity="center|left"
                        android:paddingLeft="10dp"
                        android:text="Coordonnées"
                        android:clickable="true"
                        android:textAppearance="?android:attr/textAppearanceLarge" />
                </LinearLayout>
     
                <EditText
                    android:id="@+id/edit_lignedirect"
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:layout_weight="0.26"
                    android:background="@drawable/edittext_connexion"
                    android:ems="10"
                    android:hint="@string/lignedirect"
                    android:inputType="phone"
                    android:textColor="@color/noir" />
     
                         <EditText
                             android:id="@+id/edit_portable"
                             android:layout_width="match_parent"
                             android:layout_height="wrap_content"
                             android:layout_weight="0.26"
                             android:background="@drawable/edittext_connexion"
                             android:ems="10"
                             android:hint="@string/portable"
                             android:inputType="phone"
                             android:textColor="@color/noir" />
     
                <EditText
                    android:id="@+id/edit_standard"
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:layout_weight="0.26"
                    android:background="@drawable/edittext_connexion"
                    android:ems="10"
                    android:hint="@string/standard"
                    android:inputType="phone"
                    android:textColor="@color/noir" />
     
                 <EditText
                     android:id="@+id/edit_mail"
                     android:layout_width="match_parent"
                     android:layout_height="wrap_content"
                     android:layout_weight="0.26"
                     android:background="@drawable/edittext_connexion"
                     android:ems="10"
                     android:hint="@string/mailperso"
                     android:inputType="textEmailAddress"
                     android:textColor="@color/noir" />
     
                 <EditText
                     android:id="@+id/edit_mailgeneral"
                     android:layout_width="match_parent"
                     android:layout_height="wrap_content"
                     android:layout_weight="0.26"
                     android:background="@drawable/edittext_connexion"
                     android:ems="10"
                     android:hint="@string/mailgeneral"
                     android:inputType="textEmailAddress"
                     android:textColor="@color/noir" />
     
      <!-- adresse -->
                <LinearLayout
                     android:id="@+id/LinearLayoutBarre_adresse"
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:background="@drawable/gradient_orange" >
                    <ImageView
                        android:id="@+id/flechedroite"
                        android:layout_width="53dp"
                        android:layout_height="wrap_content"
                        android:layout_weight="0.54"
                        android:src="@drawable/fleche_droite" />
                    <TextView
                        android:id="@+id/Champ_Adresse"
                        android:layout_width="match_parent"
                        android:layout_height="match_parent"
                        android:layout_weight="0.54"
                        android:gravity="center|left"
                        android:paddingLeft="10dp"
                        android:text="Adresse"
                        android:clickable="true"
                        android:textAppearance="?android:attr/textAppearanceLarge" />
                </LinearLayout>
     
                <LinearLayout
                    android:id="@+id/layout_Adresse"
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:orientation="vertical"
                    android:padding="5dip" >
     
                    <EditText
                        android:id="@+id/edit_adresse1"
                        android:layout_width="match_parent"
                        android:layout_height="wrap_content"
                        android:background="@drawable/edittext_connexion"
                        android:ems="10"
                        android:hint="@string/adresse1"
                        android:inputType="textPostalAddress"
                        android:textColor="@color/noir" />
     
                    <EditText
                        android:id="@+id/edit_adresse2"
                        android:layout_width="match_parent"
                        android:layout_height="wrap_content"
                        android:background="@drawable/edittext_connexion"
                        android:ems="10"
                        android:hint="@string/adresse2"
                        android:inputType="textPostalAddress"
                        android:textColor="@color/noir" />
     
                    <EditText
                        android:id="@+id/edit_CP"
                        android:layout_width="match_parent"
                        android:layout_height="wrap_content"
                        android:background="@drawable/edittext_connexion"
                        android:ems="10"
                        android:hint="@string/code_postal"
                        android:inputType="number"
                        android:maxLength="5"
                        android:textColor="@color/noir" />
     
                    <EditText
                        android:id="@+id/edit_Ville"
                        android:layout_width="match_parent"
                        android:layout_height="wrap_content"
                        android:background="@drawable/edittext_connexion"
                        android:ems="10"
                        android:hint="@string/ville"
                        android:inputType="textPostalAddress"
                        android:textColor="@color/noir" />
     
                </LinearLayout>
     
                <!-- fin adresse -->
                <LinearLayout
                    android:id="@+id/layout_Valider"
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:orientation="horizontal"
                    android:padding="5dp" >
     
                    <Button
                        android:id="@+id/valider"
                        style="@style/ButtonText"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_weight="0.50"
                        android:background="@drawable/bouton_valider"
                        android:gravity="center_vertical|center_horizontal"
                        android:text="@string/valider" />
     
    				<Button
    				    android:id="@+id/annuler"
    				    style="@style/ButtonText"
    				    android:layout_width="wrap_content"
    				    android:layout_height="wrap_content"
    				    android:layout_weight="0.50"
    				    android:background="@drawable/bouton_annuler"
    				    android:gravity="center_vertical|center_horizontal"
    				    android:text="@string/annuler" />
                    </LinearLayout>
     
            </LinearLayout>
     
        </ScrollView>
    Merci pour votre aide

    bonne journée
    cedric

  2. #2
    Expert éminent

    Homme Profil pro
    Ingénieur systèmes et réseaux
    Inscrit en
    Février 2007
    Messages
    4 253
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Rhône (Rhône Alpes)

    Informations professionnelles :
    Activité : Ingénieur systèmes et réseaux
    Secteur : High Tech - Multimédia et Internet

    Informations forums :
    Inscription : Février 2007
    Messages : 4 253
    Points : 7 618
    Points
    7 618
    Billets dans le blog
    3
    Par défaut
    C'est ton projet SemcSettingsParser ?
    N'oubliez pas de cliquer sur mais aussi sur si un commentaire vous a été utile !
    Et surtout

Discussions similaires

  1. Apex, VisualForce Classe, "Map key <valeur> not found in map"
    Par Majinfrede dans le forum Salesforce.com
    Réponses: 11
    Dernier message: 13/08/2014, 17h09
  2. Réponses: 1
    Dernier message: 31/03/2014, 09h09
  3. Réponses: 1
    Dernier message: 25/11/2010, 21h34
  4. parent key not found
    Par hidalg007 dans le forum Langage SQL
    Réponses: 11
    Dernier message: 01/07/2008, 17h55
  5. SSL: Private key not found
    Par satyre dans le forum Administration système
    Réponses: 4
    Dernier message: 22/05/2007, 13h44

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo