Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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>
share|improve this question
It seems it is looking for Style Theme.Dialog.Alert, which is not there. Make sure it is available. If it is there, do a cleanup of your project. – Nambari Jan 5 '12 at 20:07
I already did cleanup and that did nothing. :S – jini Jan 5 '12 at 20:09
Did you figure out how to solve it? I'm having the same problem. – christophercotton Oct 9 '12 at 15:31

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.