Error Message: "unfortunately has stopped eclipse"

1

I'm trying to create an android project, but this error is occurring when I run the application, "unfortunately has stopped eclipse", this is the application xml:

 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  xmlns:tools="http://schemas.android.com/tools"
  android:id="@+id/RelativeLayout1"
  android:layout_width="match_parent"
  android:layout_height="match_parent"
  android:orientation="vertical"
  android:paddingBottom="@dimen/activity_vertical_margin"
  android:paddingLeft="@dimen/activity_horizontal_margin"
  android:paddingRight="@dimen/activity_horizontal_margin"
  android:paddingTop="@dimen/activity_vertical_margin"
  tools:context="com.example.teste.MainActivity" >

 </RelativeLayout>
    
asked by anonymous 28.08.2014 / 22:01

1 answer

1

It can be a lot, however, this android: orientation is there more this is more for LinearLayout. But of course it's not supposed to crash Eclipse. Sometimes it's better to ask for 20 mins and make a fresh install than to walk back from those mysterious bugs that happen after plugin updates. I think that one of these errors does not come alone, and already enough bugs that we create alone do not need IDE bugs;)

    
03.09.2014 / 12:10