Appodeal Integration

Discussion in 'Advertising' started by wissemslimi974, Mar 13, 2019.

  1. Shahrose Chaudhry

    Shahrose Chaudhry Boxer

    Joined:
    Apr 20, 2020
    Messages:
    4
    Likes Received:
    0
  2. sharma.shivam

    sharma.shivam Avid Boxer

    Joined:
    Oct 23, 2016
    Messages:
    180
    Likes Received:
    10
    @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.
     
  3. UNLEFT

    UNLEFT Boxer

    Joined:
    Jan 2, 2021
    Messages:
    5
    Likes Received:
    0
    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.gms:play-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.gms:play-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.gms:play-services:12.0.1
    from my defendecy but don't work.But please help me...
    I am very near to publish my game.
     

Share This Page