Hey guys I used to use Cocoon.io before it was shut down and had no problems with building a game which uses the Admob plugin that comes with C2. I actually used Phonegap for a while before Cocoon and it used to build without errors and that was like months ago like mid 2018. So I switched back to Phonegap like right now and using Construct R265 exporting to cordova, not touching the plugin's tag and trying to build with build.phonegap.com it fails to build with an error that says something about "Rewarded video" (of which C2 doesnt have so maybe thats what causes that build fail) so the I specify an earlier version of the plugin the config.xml making it <plugin name="cordova-plugin-ad-admob" spec="1.0.111"/>, it then builds but the apk crushes on being run like not even a sec. I keep dropping the version (while looking at its github changelog) from "1.0.111" to "1.0.108" to "1.0.103" etc and it still crushes until I reach lower versions where its not even building anymore.
Me test device : Samsung Galaxy J2 Core 2018, Android 8.1.0
Ashley cranberrygame help