In general, I got a super mega old dead project on ANT and actionbarsherlock ((((I want to transfer it to the gradle but there was a problem. appcompat-v7 conflict and actionbarsherlock because they use the same resources:

 E:\gradle\DriverClient\app\build\intermediates\exploded-aar\com.google.android.gms\play-services-wallet\7.8.0\res\values\wallet_colors.xml Error:(2) Attribute "titleTextStyle" has already been defined Error:(2) Attribute "subtitleTextStyle" has already been defined Error:(2) Attribute "divider" has already been defined Error:(2) Attribute "background" has already been defined Error:(2) Attribute "backgroundSplit" has already been defined Error:(2) Attribute "navigationMode" has already been defined Error:(2) Attribute "displayOptions" has already been defined ............................. 

I tried to remove appcompat-v7 but it did not work for me. it is removed only if you also remove compile 'com.google.android.gms:play-services:7.8.0' and I need them. How to fix it?

  • Apparently refactor ActionBarSherlock on SupportActionBar AppPatMat - pavlofff
  • and decided 10 minutes ago. or let them fire or I'll redo everything nafig - ip696
  • they are not compatible, ActionBarSherlock is no longer supported, its functionality fully covers SupportActionBar - Vladyslav Matviienko
  • and you do not connect all the components com.google.android.gms:play-services: connect only what you need com.google.android.gms:play-services-gcm: - SorryForMyEnglish
  • My advice to you is to take this relic away from sin. Refactor, I do not think it will take so much time and eventually replace it with the Toolbar . Google itself recommends discarding other things in favor of the Toolbar and I believe that they are right. Good luck! - Artem Komar

0