gpt4 book ai didi

android - android.webkit.WebViewClassic.loadDataWithBaseURL 中 Webview 的 Java 空指针异常

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:37:08 24 4
gpt4 key购买 nike

遵循 this question 中提供的建议我修改了我的 AdMob 代码以符合这些建议,这有效地减少了出现的异常数量。然而,一个新的异常(exception)正在出现。

代码如下:

@Override
protected void onDestroy() {
if ( adView != null ) {
adView.destroy();
adView = null;

Log.i(ApplicationData.APP_TAG, TAG + ": OnDestroy, destroying the Adview");
}

super.onDestroy();
}

adView.destroy() 方法在发布 LogCat 消息时似乎运行良好。在此消息之后,我在 WebView 上收到以下异常:

java.lang.NullPointerException
at android.webkit.WebViewClassic.loadDataWithBaseURL(WebViewClassic.java:2741)
at android.webkit.WebView.loadDataWithBaseURL(WebView.java:919)
at com.google.android.gms.ads.internal.request.n.run(SourceFile:206)
at android.os.Handler.handleCallback(Handler.java:725)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:153)
at android.app.ActivityThread.main(ActivityThread.java:5297)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:833)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:600)
at dalvik.system.NativeStart.main(Native Method)

不幸的是,我无法找到重现问题的方法,但在生产中经常发生。我没能找到任何问题,有人提示我可以做什么吗?

最佳答案

Google 移动广告 SDK 团队的一位成员表示(3 月 14 日),

We looked into this issue when it was first reported, and a fix has been released within Google Play services. You should see fewer and fewer instances as your users' devices update to the new version.

引用https://groups.google.com/forum/#!topic/google-admob-ads-sdk/oYpQI_L14Tg

关于android - android.webkit.WebViewClassic.loadDataWithBaseURL 中 Webview 的 Java 空指针异常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28856883/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com