In my project properties, I have Android 2.2 and another guy on team is able to build just fine. I get the error in my themes.xml file under under res->values
Error Retrieving parent for item: No resource found that matches the given name '@android:style/Theme.Dialog.Alert'.
I am therefore unable to build my project. This is a proper project that I am getting from a SVN repository and import into Eclipse.
<!-- DA.Theme.Dialog.Alert.* defines custom theme for any alert dialogs -->
<style name="DA.Dialog.Alert" parent="@android:style/Theme.Dialog.Alert">
<item name="android:textViewStyle">@style/DA.TextView</item>
</style>