an app which I have written 2 years ago does not compile anymore for me. I used eclipse to write the code, but I try to build on the cmdline now.
The failure happens in aapt:
appinvite_styles.xml:5: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Theme.Material.Light.DialogWhenLarge.NoActionBar'.
The full build log is at
The full build log (output of ant debug).
Can anybody tell what is going wrong?
I uploaded the source code