Hi! completely new to development and this forum, just ran into this error when trying to follow a tutorial on youtube. Just tried to search similar topics here but i didnt find any (strangely enough...) so excuse me in advance please for polluting this place 
Basically all was going OK, yesterday evening, everything worked fine. I saved and put my PC to sleep. So today I wanted to move forward and BAM my eclipse has its first period. Everything is red. So i found out that my R.java file thought that its time to suicide, and it did just that. I Checked my Res folder for weird names, its fine. And i came to conclusion that - ERROR parsing XML - in one of the xml files is the cause of all my problems. (probably appeared after i cleaned my project to get rid of one another error)
since that error is basically a typing mistake, i will post my code here because i must be blind. I dont see it. I have copied and pasted stuff around to make everything clear but that error doesnt disappear, so i probably have missed something. maybe more experienced eyes can detect the problem better.
<RadioGroup
android
rientation="vertical"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
<RadioButton
android:id="@+id/rbNormal"
android:layout_width="wrap_content"
(X) android:layout_height="wrap_content"
android:text="Normal" />
<RadioButton
android:id="@+id/rbItalic"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Italic" />
<RadioButton
android:id="@+id/rbBold"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Bold" />
</RadioGroup>
thanks in advance!

Basically all was going OK, yesterday evening, everything worked fine. I saved and put my PC to sleep. So today I wanted to move forward and BAM my eclipse has its first period. Everything is red. So i found out that my R.java file thought that its time to suicide, and it did just that. I Checked my Res folder for weird names, its fine. And i came to conclusion that - ERROR parsing XML - in one of the xml files is the cause of all my problems. (probably appeared after i cleaned my project to get rid of one another error)
since that error is basically a typing mistake, i will post my code here because i must be blind. I dont see it. I have copied and pasted stuff around to make everything clear but that error doesnt disappear, so i probably have missed something. maybe more experienced eyes can detect the problem better.
<RadioGroup
android
rientation="vertical"android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
<RadioButton
android:id="@+id/rbNormal"
android:layout_width="wrap_content"
(X) android:layout_height="wrap_content"
android:text="Normal" />
<RadioButton
android:id="@+id/rbItalic"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Italic" />
<RadioButton
android:id="@+id/rbBold"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Bold" />
</RadioGroup>
thanks in advance!