Error message: "Unfortunately has stopped eclipse"

Asked

Viewed 590 times

1

I am trying to create an android project, however this error is occurring when I run the application, "Unfortunately has stopped eclipse", this the xml of the application:

 <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>
  • Enter more details of the error.

  • Yes, that can’t be the literal error message because it means something like "Bad luck stopped the eclipse".

  • The problem is this, not any kind of error, the logcat is empty, the only mistake that happens is this. This happened when I downloaded the latest ADT 23.6

1 answer

1

It can be a lot, However, this android:orientation is there the more this is for Linearlayout. Of course, you’re not supposed to crash the Eclipse. Sometimes it is better to Peder 20 min and make a Fresh install than to walk around these mysterious errors that happen after the plugins updates. I think a mistake like this doesn’t just come, and enough of the bugs we create alone we don’t need bugs from the IDE ;)

  • Ides has expensive feelings. _. (The Eclipse more than all).

  • 1

    I know that yes eheh, I say that if we resettle we get along better with it.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.