Hi Google Ads SDK Support Team,
We’ve encountered an ANR that appears to originate from the Google Ads SDK. Here are the details of the stack trace:
Could you please:
This issue is impacting the stability of our app, and we would greatly appreciate a prompt response with clarification and a potential fix.
Looking forward to your assistance.
Thanks,
Bhavesh
Hi Bhavesh,
Thank you for contacting the Mobile Ads SDK Support team.
It is always recommended to keep the SDKs up to date to avoid such issues.
Please note that the best way to optimize initialization is to call MobileAds.initialize() on a background thread, as described in the Get Started guide.
Looking at the logs, it appears the ANR is related to WebView init. The WebView init is a heavy task (especially the 1st init call) which unfortunately will occupy the UI thread. The Google Mobile Ads SDK relies on WebView heavily. We would still like to see a minimal reproducible to fully diagnose the issue but at this time we can only recommend lightening the load on the UI thread during app startup, such as delaying tasks until it's necessary to call them. You can also refer to the WebView API.
If the issue still persists, kindly provide the below information privately so we can gain full visibility of your implementation.
If the file(s) you are looking to share are less than 25mb in total you can attach them to this case on your next reply. If you are having trouble attaching your file to this case or if your file(s) are larger than 25mb, you can share your files via reply to author option or by performing the following steps:
1. Navigate to
2. Fill out all fields, and attach your file(s).
3. Please reply back on this thread when you have uploaded your file(s). Please do not share this link.
![]() |
Mobile Ads SDK Team |