I am new in Android. i am currently working in android app and when i try to run the app this error occurs.
I have researched but cant solve this error.
er
In my case, it's because of the
compile 'com.facebook.android:audience-network-sdk:4.+'
I change it to this:
compile ('com.facebook.android:audience-network-sdk:4.+'){ exclude group:"com.google.android.gms" }
No more problem!