Android Question Firebase Analytics & Mopub Problem

tufanv

Expert
Licensed User
Longtime User
Hello

I can make mopub work alone.
I can make firebase services work alone.

But when i try to use them together i get error of already added for support v4 library. It gives the error for many directories. Do I have to delete them from the jar one by one or how can i fix it ?
 

tufanv

Expert
Licensed User
Longtime User
One of the jars probably includes the support library internally. If this is indeed the case then you need to delete those classes.
Do I need to delete all the directory or the specific class of the error ? for example it writes in the error
already added : /support/v4/text than a class name. Should i delete the class or the whole text dir ?
 
Upvote 0
Top