googleads / googleads-mobile-android-examples

googleads-mobile-android
Apache License 2.0
1.71k stars 1.87k forks source link

unable to obtain a javascriptengine #396

Open zainriaz opened 2 years ago

zainriaz commented 2 years ago

Using implementation 'com.google.android.gms:play-services-ads:20.4.0' receiving this "unable to obtain a javascriptengine" ERROR in

           @Override
                public void onAdFailedToLoad(@NonNull LoadAdError loadAdError) {
                    // Handle the error
                    Log.e(TAG, loadAdError.getMessage());

                }

In debugging I use different devices with different versions but the mentioned ERROR didn't produce. when the app is released and uploaded to the play console the 15% - 25% of the mentioned error occurs of ad failed to load with the interstitial ads.

afgaiel commented 2 years ago

Could you please test again ,but with ad blocker installed on the real device and let us know if you can reproduce the case?

4ntoine commented 2 years ago

Having the issue too, any solution?

nguyenquynh201 commented 2 years ago

I'm having this problem too, I don't know if you have solved it yet

birnfly commented 2 years ago

我也遇到了同样的问题。两台小米手机都出现一样的错误,都无法拉取到广告。