ludei / atomic-plugins-ads

Atomic Plugins for Ads
http://atomic-plugins.com/
Mozilla Public License 2.0
18 stars 22 forks source link

build success with cordova cli but shown black screen #17

Open krestia opened 5 years ago

krestia commented 5 years ago

Hi, I build my app with cordova 8.1.2, add platforms android@7.1.2, add cocoon ads android admob plugin v 2.0.1, and, build success but run and only show black screen. I made my apk with construct2 r265 why it happen?

krestia commented 5 years ago

In these plugin (version 2.0.1), has framework src="com.google.android.gms:play-services-ads:15.0.1", and in version 1.0.11 or 1.0.12 it has framework src="com.google.android.gms:play-services-ads:9.0.2" in plugin.xml but now google use : implementation 'com.google.android.gms:play-services-ads:17.1.1

is error caused of this? if yes, please update plugin code, so it can match google play service version

Nightmaredd commented 5 years ago

I got the same problem, after build success my app only showing black screen. Still waiting for the solution...