- bounty将在5天内到期**。此问题的答案有资格获得+50声望奖励。Vindhya Pratap Singh想要奖励现有答案。
我已经使用这个库实现'com.google.android.gms:play-services-ads:22.1.0'实现了Google广告
低于代码
mAdView = new AdManagerAdView(getActivity());
adContainerView = view.findViewById(R.id.ad_view_container);
mAdView.setAdUnitId(adID);
request = new AdManagerAdRequest.Builder().build();
adSize = getAdSize();
// Step 4 - Set the adaptive ad size on the ad view.
mAdView.setAdSize(adSize);
adContainerView.addView(mAdView);
mAdView.loadAd(request);
但是点击一些广告时会崩溃过程:com. indiatoday. mobiletak,PID:13897 java. lang. ClassCastException:$Proxy12不能强制转换到com。机器人webview。 chrome WebViewChromium at com.机器人webview。 chrome WebViewChromium。c(chromium-TrichromeWebViewGoogle. aab-stable-573506031:5)在com。机器人webview。 chrome N. handleMessage(chromium-TrichromeWebViewGoogle. aab-stable-573506031:44)在Android。操作系统处理程序。android上的dispatchMessage(Handler.java:106)。os. Looper. loop(Looper.java:236)at android. activityThread. main(ActivityThread.java:8057)at java. lang。反思方法。在com上调用(本机方法)。机器人内部的os. RuntimeInit $www.example.com(RuntimeInit.java:620)at com.机器人内部的os. ZygoteInit. main(ZygoteInit.java:1011)MethodAndArgsCaller.run (RuntimeInit.java:620) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1011)
请帮助不要让出路。
感谢和问候
1条答案
按热度按时间92dk7w1h1#
最后,找到这个bug。实际上,这是由于第三方SDK的清晰度,它跟踪应用程序上的点击事件。这就是为什么在点击广告时他们崩溃了。
谢谢