You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at android.app.ActivityThread.installProvider(ActivityThread.java
at android.app.ActivityThread.installContentProviders (ActivityThread.java:5987)
at android.app.ActivityThread.handleBindApplication (ActivityThread.java:5902)
at android.app.ActivityThread.access$1100 (ActivityThread.java:200)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1656)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loop (Looper.java:193)
at android.app.ActivityThread.main (ActivityThread.java:6718)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:493)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:858)
at com.google.android.gms.internal.ads.zzxb.attachInfo
at com.google.android.gms.ads.MobileAdsInitProvider.attachInfo
at android.app.ActivityThread.installProvider (ActivityThread.java:6440)
The text was updated successfully, but these errors were encountered:
Adding the plugin to my phonegap build config so that I can access play game services is causing a java run time error:
java.lang.RuntimeException: Unable to get provider com.google.android.gms.ads.MobileAdsInitProvider: java.lang.IllegalStateException:
at android.app.ActivityThread.installProvider(ActivityThread.java
at android.app.ActivityThread.installContentProviders (ActivityThread.java:5987)
at android.app.ActivityThread.handleBindApplication (ActivityThread.java:5902)
at android.app.ActivityThread.access$1100 (ActivityThread.java:200)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1656)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loop (Looper.java:193)
at android.app.ActivityThread.main (ActivityThread.java:6718)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:493)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:858)
at com.google.android.gms.internal.ads.zzxb.attachInfo
at com.google.android.gms.ads.MobileAdsInitProvider.attachInfo
at android.app.ActivityThread.installProvider (ActivityThread.java:6440)
The text was updated successfully, but these errors were encountered: