Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在我的应用中启用广告并使用完成()/后退按钮/以正常方式关闭它时。我的应用程序继续使用 cpu。在删除 Admob View 之前,我无法弄清楚问题所在。
为什么会这样?我怎样才能防止这种情况?
添加您的代码
if (adView != null) { adView.destroy(); }
在onDestroy你的活动中做。
onDestroy