JLH1964
On the cordova export options im always using on android build with fullscreen mode letterbox scale, android studio project, for an easy install on my cellphone.
I have on gradle dependencies {
classpath 'com.android.tools.build:gradle:2.3.2'
classpath 'com.google.gms:google-services:3.0.0'
Also on project window on android studio, project mode, on module settings... Dependencies:
{include=*.jar, dir=libs} Compile
{path=CordobaLib, configuration=debug} debug compile
{path=CordobaLib, configuration=release} release compile
com.google.android.gms:play-services-ads:11.8.0 compile
Edit: this time i build a debug apk on C3 with test mode disabled, and i installed it on my cellphone, but still not showing any type of ads
edit2: another debug apk with test mode enabled, its still the same.