After creating a new android project, Eclipse automatically creates a "appcompat_v7" project without any files under /src. But it shows error in styles.xml on the following line, which is line 18 in the styles.xml.
style name="Widget.MediaRouter.MediaRouteButton" parent="Widget.AppCompat.ActionButton"
I have no idea how or why Eclipse is creating this project.
I am new to Android developing. please help me to solve this error.