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
I ran into the same problem, so I tried using a relative path and that fixed the problem for me. It looks like only relative paths work with android.library.reference. I did a quick search to verify this, and came across this stackoverflow link which indicates that absolute paths will work with android.library.reference on Windows, but not on Unix or Mac.
Peace.