Hello! I exported my game using Cordova and I made the .apk using build.phonegap.com (it was the easiest way to export my game since XDK is not working anymore). Everything works fine, excepts the ads. I tried adding this to my config file <plugin name="github.com/cranberrygame/cordova-plugin-ad-admob" source="npm" /> and this <gap:config-file platform="android" parent="/manifest" mode="delete"> <uses-permission android:name="android.permission.READ_PHONE_STATE"/> </gap:config-file> based on what I read on some other sites, but none of them work. Can someone tell me what plugin should I add or what other way of exporting my .apk should I use? Thank you!