How to define v7 appcompat dependency correctly?

前端 未结 3 604
一个人的身影
一个人的身影 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:54

    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)

提交回复
热议问题