Error after adding dependencies to Action Bar Sherlock in Android Studio 0.5.8

后端 未结 1 375
死守一世寂寞
死守一世寂寞 2020-12-16 12:44

Okay, i know this question have been asked a lot.. And, i also have tried several methods posted in SO. But none seems to work for me.

So, here\'s how i do it. I add

相关标签:
1条回答
  • 2020-12-16 13:35

    Your project depends on both appcompat-v7 and ActionBarSherlock. They both provide the same functionality and define the same style attributes - which are conflicting.

    Either remove ActionBarShelock or appcompat-v7 library.

    I recommend using ActionBar from appcompat-v7 rather than ActionBarSherlock.

    Support library features. AppCompat

    Adding the Action Bar

    0 讨论(0)
提交回复
热议问题