is there another solution for the "Multiple dex files define Landroid/support/annotation/AnimRes" error using Facebook SDK for android, besides excluding group: 'com.android.support', module: 'support-v4'4 in build.graddle?
When I do this, another SDK, for another service that I use, fails and shows me: "error inflating class android.support.v7.internal.widget.actionbaroverlaylayout"
So, can somebody point me to another workaround so I don't have to exclude group: 'com.android.support', module: 'support-v4' and that way I can use another SDK that I need too.