Already Defined Error when building with gradle

后端 未结 2 1172
囚心锁ツ
囚心锁ツ 2021-01-29 13:44

I imported an old project from ANT to Gradle. I included all libraries and tride build but i have problem:

 E:\\gradle\\DriverClient\\app\\build\\intermediates\\         


        
相关标签:
2条回答
  • 2021-01-29 14:21

    You can't use appcompat library and ActionBarSherlock together because they are using the same attrs.

    I suggest you using the appcompat library since abs was deprecated about two years ago,not updated and out of mantenaince.

    0 讨论(0)
  • 2021-01-29 14:44

    Try to remove

    compile 'com.google.android.gms:play-services:7.8.0'
    

    Hope it helps :)

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