79700286

Date: 2025-07-13 22:40:10
Score: 0.5
Natty:
Report link

yeah the issue comes from Google Play Services' measurement module that's automatically included with AdMob, and you can't simply exclude it via Gradle since it's dynamically loaded by the system. The crashes occur when the service tries to unbind but isn't properly registered, which is a known issue with Google's analytics components. Try updating to the latest AdMob SDK version, explicitly disable analytics in your app's manifest with <meta-data android:name="google_analytics_automatic_screen_reporting_enabled" android:value="false" />

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Bryan C