Ads do not appear in Cordova SDK

Asked

Viewed 40 times

1

From the API 2.0 my ads, banners and insterticial do not appear. The banner shows no clue, the interstitial loads the spinner then disappears.

I have already checked my Key API and my code is correct.

Version of Cordova > 6.3.1 Appodeal plugin version > 1.14.9

1 answer

0

You have to have those files in your Lib:

Yandex-metrica-2.41.jar Unity-ads-2.0.4.jar

my-target-4.5.10.jar

Flurry-Analytics-6.5.0.jar

chartboost-6.5.1.jar

appodeal-1.15.5.jar

applovin-6.3.0.jar

import the mute Chetah-Moblile(rename it this way take that "3-4-7" something like that)
In Gradle add to dependencies

Compile project(':Cheetah-mobile')

Compile 'com.google.android.gms:play-services-ads:8.4.0'

Compile 'com.google.android.gms:play-services-Location:8.4.0'

multi-Dex error case add this to Gradle.properties

org.gradle.jvmargs=-XX:Maxheapsize =2048m -Xmx2048m

under something like this

org.gradle.jvmargs=-Xmx2048m -XX:Maxpermsize=512m -XX:+Heapdumponoutofmemoryerror -Dfile.encoding=UTF-8

Browser other questions tagged

You are not signed in. Login or sign up in order to post.