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.
– adelmo00
Yes, that can’t be the literal error message because it means something like "Bad luck stopped the eclipse".
– brasofilo
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
– andressa