I did and its not working... Not showing the ads Also i added the permision of network status on the androidmanifest.xml and the dependencies of google ads... I am using android studio to test the apk on my cellphone
[quote:1w88bdfj]<?xml version="1.0" encoding="UTF-8"?>
-<widget xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns="http://www.w3.org/ns/widgets" version="1.0.0.0" id="com.mycompany.myapp" android-versionCode="1000000">
-<feature name="InAppBrowser">
<param name="android-package" value="org.apache.cordova.inappbrowser.InAppBrowser"/>
</feature>
-<feature name="Whitelist">
<param name="android-package" value="org.apache.cordova.whitelist.WhitelistPlugin"/>
<param name="onload" value="true"/>
</feature>
<name>Juego Uno</name>
<description>testeo</description>
<author href="http://"/>
<allow-intent href="http://*/*"/>
<allow-intent href="https://*/*"/>
<icon width="256" src="www/icons/icon-256.png" height="256" density="xxxhdpi"/>
<icon width="128" src="www/icons/icon-128.png" height="128" density="xhdpi"/>
<icon width="114" src="www/icons/icon-114.png" height="114"/>
<icon width="32" src="www/icons/icon-32.png" height="32"/>
<icon width="16" src="www/icons/icon-16.png" height="16"/>
<access origin="*"/>
<preference name="loglevel" value="DEBUG"/>
<preference name="orientation" value="portrait"/>
<preference name="fullscreen" value="false"/>
<preference name="DisallowOverscroll" value="true"/>
<preference name="android-minSdkVersion" value="22"/>
<preference name="android-targetSdkVersion" value="23"/>
<plugin name="cocoon-plugin-ads-android-admob"/>
</widget>