googleads / googleads-mobile-android-mediation

Sample Android project showcasing how to build a mediation adapter or custom event for the Google Mobile Ads SDK.
Apache License 2.0
242 stars 198 forks source link

Cannot find EMPTY_LOCAL_AD_LIST in ChartboostAdapter.java in chartboost-6.6.3.0.jar. #15

Closed sarpotdarsaurabh closed 7 years ago

sarpotdarsaurabh commented 7 years ago

Hello, I am trying to implement chartboost as ad source along with existing adMob adunit. I downloaded and put the chartboost jar file in libs folder of my app. But when I try to generate a signed apk it gives me error/warning that EMPTY_LOCAL_AD_LIST cannot be found. I have checked this by checking the code for ChartboostAdapter.java file present inside same jar's class files.

sbagadi commented 7 years ago

Hi @sarpotdarsaurabh ,

The latest version of the Chartboost SDK (7.0.0) has some changes that are incompatible with the adapter versions 6.6.3.0 or older. A new version of the adapter has been released which fixes the issue. You can get the latest version of the adapter from Bintray.