@adrianjgomez Hi,thank you for sharing the info. that was really helpful.Can you also suggest any info on how to add other ad networks with appodeal mediation as well like facebook,chartboost etc.
Hello All of you. At first take my floral love. I am also using appodeal integration and I am also trying touse appodeal 2.6.3.I have already taken the help of github and here the link (https://github.com/agramonte/appodeal--buildbox/blob/master/README.md). According to github I need to add the following line in my defendecy implementation ('com.appodeal.ads:sdk:2.6.3.+') { exclude group: 'com.appodeal.ads.sdk.networks', module: 'smaato' } When I try to add the following line in the dependecy section. An error occurd. The project syncd without an error but when I try to debug or build an apk. The following error occurred. The error is: Duplicate class com.google.android.gms.location.places.zza found in modules jetified-play-services-places-12.0.1-runtime.jar (com.google.android.gmslay-services-places:12.0.1) and play-services-places-placereport-16.0.0-runtime.jar. Please somebody help me to fix it. Here is my dependecy section: defendecy: Implementation 'com.google.android.gmslay-services:12.0.1' implementation 'com.android.support:multidex:1.0.3' implementation fileTree(dir: 'libs', include: ['*.jar']) //More def here// implementation ('com.appodeal.ads:sdk:2.6.3.+') { exclude group: 'com.appodeal.ads.sdk.networks', module: 'smaato' } Please help me to fix it. I have to also tried to delete Implementation 'com.google.android.gmslay-services:12.0.1 from my defendecy but don't work.But please help me... I am very near to publish my game.