Hello I have been desperately trying for several days to add google admob in my game but the compilation of my apk with phonegap build does not work :(
I have an error: error: package com.google.android.gms.ads does not exist
I use this plugin to manage the admob:
github.com/ratson/cordova-plugin-admob-free
and I followed the installation instructions here:
youtube.com/watch
My config in phone gap build
PhoneGap (iOS / Android / Windows)
cli-6.5.0 (4.3.1 / 6.1.2 / 4.4.3)
the plugins :
<plugin name="cordova-admob-sdk" spec="0.22.0" />
<plugin name="cordova-custom-config" spec="5.1.0" />
<plugin name="cordova-plugin-admob-free" spec="0.25.0" />
<plugin name="cordova-plugin-file" spec="6.0.2" />
<plugin name="cordova-plugin-inappbrowser" spec="3.2.0" />
<plugin name="cordova-plugin-statusbar" spec="2.4.3" />
<plugin name="cordova-plugin-whitelist" spec="1.3.4" />
<plugin name="cordova-plugin-wkwebview-engine" spec="1.2.1" />
Ty for helps !