maybe you are confusing indentation with some other word.

BR,
Adrian Vintu
http://adrianvintu.com


On Mon, Mar 29, 2010 at 1:27 PM, mbaye dieng <diengsal...@gmail.com> wrote:

> Thank you Adrian Vintu,
> I have just started to learn Android last week !
> But in a normal xml file, indentations are important I think....
> Maybe Android does the exception.
> Thank you any way for the correction
>
> 2010/3/29 Adrian Vintu <adrianvi...@gmail.com>
>
>>  1. Indentation http://www.merriam-webster.com/dictionary/indented has
>> nothing to do with the XML validity. You can write everything on a single
>> line and it's still correct.
>> 2. you get this error because you
>>    A. did not save the xml file
>>    B. the xml was not built into the "gen" folder.
>>    C. ???
>>
>> 3. is your project an Android project or a Java project? do you have the
>> "gen" folder?
>> 4. are you able to compile any other Android project in your workspace?
>> 5. you should probably just send the whole workspace as an archive for us
>> to analyze.
>>
>> BR,
>> Adrian Vintu
>> http://adrianvintu.com
>>
>>
>>
>>
>> On Mon, Mar 29, 2010 at 1:09 PM, mnavlani <monishanavl...@gmail.com>wrote:
>>
>>> Thanks for your reply!
>>> this time,I took care of the indentation. I used the following code:
>>>
>>> <?xml version=”1.0” encoding=”utf-8”?>
>>> <LinearLayout xmlns:android=”http://schemas.android.com/apk/res/
>>> android”
>>>        android:orientation=”vertical”
>>>        android:layout_width=”fill_parent”
>>>        android:layout_height=”fill_parent”>
>>>                <EditText
>>>                        android:id=...@+id/myEditText”
>>>                        android:layout_width=”fill_parent”
>>>                        android:layout_height=”wrap_content”
>>>                        android:text=”New To Do Item”
>>>                        />
>>>                <ListView
>>>                        android:id=...@+id/myListView”
>>>                        android:layout_width=”fill_parent”
>>>                        android:layout_height=”wrap_content”
>>>                        />
>>>        </LinearLayout>
>>>
>>> But still the same error. . .
>>> what can be done?
>>>
>>> Regards,
>>> mnavlani
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Android Beginners" group.
>>>
>>> NEW! Try asking and tagging your question on Stack Overflow at
>>> http://stackoverflow.com/questions/tagged/android
>>>
>>> To unsubscribe from this group, send email to
>>> android-beginners+unsubscr...@googlegroups.com<android-beginners%2bunsubscr...@googlegroups.com>
>>> For more options, visit this group at
>>> http://groups.google.com/group/android-beginners?hl=en
>>>
>>> To unsubscribe from this group, send email to android-beginners+
>>> unsubscribegooglegroups.com or reply to this email with the words
>>> "REMOVE ME" as the subject.
>>>
>>
>>  --
>> You received this message because you are subscribed to the Google
>> Groups "Android Beginners" group.
>>
>> NEW! Try asking and tagging your question on Stack Overflow at
>> http://stackoverflow.com/questions/tagged/android
>>
>> To unsubscribe from this group, send email to
>> android-beginners+unsubscr...@googlegroups.com<android-beginners%2bunsubscr...@googlegroups.com>
>> For more options, visit this group at
>> http://groups.google.com/group/android-beginners?hl=en
>>
>> To unsubscribe from this group, send email to android-beginners+
>> unsubscribegooglegroups.com or reply to this email with the words "REMOVE
>> ME" as the subject.
>>
>
>
>
> --
> Mbaye Dieng, engineer in computer science.
> Address: Am annatal 47, 15344 Strausberg
> Tel: (+49) 017635459747
>
>  --
> You received this message because you are subscribed to the Google
> Groups "Android Beginners" group.
>
> NEW! Try asking and tagging your question on Stack Overflow at
> http://stackoverflow.com/questions/tagged/android
>
> To unsubscribe from this group, send email to
> android-beginners+unsubscr...@googlegroups.com<android-beginners%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/android-beginners?hl=en
>
> To unsubscribe from this group, send email to android-beginners+
> unsubscribegooglegroups.com or reply to this email with the words "REMOVE
> ME" as the subject.
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

To unsubscribe from this group, send email to 
android-beginners+unsubscribegooglegroups.com or reply to this email with the 
words "REMOVE ME" as the subject.

Reply via email to