I\'m trying to get an (inherited) Android project to build. I\'m using Ant & command line tools (and IDEA).
In styles.xml, there are references that cannot be resolv
Your path seems to be wrong (you are missing the 'compatibility' part). The v7-appcompat library is at
{sdkpath}/extras/android/compatibility/v7/appcompat
for me (SDK Tools version 22.0.5 on Max OS X 10.7.5)