Why suddenly GMS started to appear in my Cordova Android build process and throws this error in Android Studio when i run an emulator?
``` I/System.out: waiting for debugger to settle... I/System.out: debugger has settled (1447) D/AndroidRuntime: Shutting down VM E/AndroidRuntime: FATAL EXCEPTION: main Process: ru.balumates.balu, PID: 4409 java.lang.RuntimeException: Unable to get provider com.google.android.gms.ads.MobileAdsInitProvider: java.lang.IllegalStateException: ****************************************************************************** * The Google Mobile Ads SDK was initialized incorrectly. AdMob publishers * * should follow the instructions here: https://goo.gl/fQ2neu to add a valid * * App ID inside the AndroidManifest. Google Ad Manager publishers should * * follow instructions here: https://goo.gl/h17b6x. * ****************************************************************************** at android.app.ActivityThread.installProvider(ActivityThread.java:6242) at android.app.ActivityThread.installContentProviders(ActivityThread.java:5805) at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5722) at android.app.ActivityThread.-wrap1(Unknown Source:0) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1656) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loop(Looper.java:164) at android.app.ActivityThread.main(ActivityThread.java:6494) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807) Caused by: java.lang.IllegalStateException: ****************************************************************************** * The Google Mobile Ads SDK was initialized incorrectly. AdMob publishers * * should follow the instructions here: https://goo.gl/fQ2neu to add a valid * * App ID inside the AndroidManifest. Google Ad Manager publishers should * * follow instructions here: https://goo.gl/h17b6x. * ****************************************************************************** at com.google.android.gms.internal.ads.zzmn.attachInfo(Unknown Source:17) at com.google.android.gms.ads.MobileAdsInitProvider.attachInfo(Unknown Source:3) at android.app.ActivityThread.installProvider(ActivityThread.java:6239) ... 10 more Disconnected from the target VM, address: 'localhost:8600', transport: 'socket' ``` [ Full content available at: https://github.com/apache/cordova-android/issues/511 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org