Aller au contenu

erreur parsing


patk29

Recommended Posts

bonjour,

j'ai un fichier main.xml qui est le suivant :

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
   android:layout_width="fill_parent"
   android:layout_height="fill_parent"
   android:orientation="vertical"  
   >
<CheckBox    
   android:id="@+id/CheckBox01"
   android:layout_width="wrap_content"
   android:layout_height="wrap_content"
   android:src="@string/checkboxtext">
   </CheckBox>
<ImageButton
   android:id="@+id/ImageButton01"
   android:layout_width="100dip"
   android:layout_height="wrap_content"
   android:src="@drawable/icon">
   </ImageButton>
</LinearLayout>

et le fichier strings :

<?xml version="1.0" encoding="utf-8"?>
<resources>
   <string name="app_name">I18N</string>
   <string name="checkboxtext">A string to translate</string>
</resources>

la compil me sort un fichier main.out.xml et l'erreur "[2010-12-13 16:22:15 - inter] Error in an XML file: aborting build"

je ne comprends pas ce qui le gene car il n'y a pas d'erreur de syntaxe.

des explications ?

merci

Lien vers le commentaire
Partager sur d’autres sites

  • 2 months later...

Archivé

Ce sujet est désormais archivé et ne peut plus recevoir de nouvelles réponses.

×
×
  • Créer...