Conflict appcompat with sherlock library

160 views Asked by At

I am using the image cropper library cropper and therefore have this gradle: compile ('com.theartofdev.edmodo:android-image-cropper:2.3.+'){ exclude group: 'com.android.support' }

I have added the exclude as i have included the actionbarsherlock lib too. compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'

Now I get the error: Error:(5) No resource identifier found for attribute 'showAsAction' in package 'blubblub'

0

There are 0 answers