How to define v7 appcompat dependency correctly?

前端 未结 3 549
一个人的身影
一个人的身影 2021-02-05 15:17

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

3条回答
  •  庸人自扰
    2021-02-05 15:49

    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.

提交回复
热议问题