Here is my Logcat error
there is no code in activity class and this is xml
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
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.newdemopro.MainActivity" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hello_world" />
</RelativeLayout>
only appcompat.v7 library is use in this project and it crashes at first start...
i tried it many times from googling but i still don't get it..
when i update my SDK and update android supporting library to latest version then the problem occur in eclipse and now it crashes all the project which are new as wee