Posts

Showing posts with the label google-play-services

Admob-lite vs full version: MobileAdsSettingManagerCreatorImpl

Image
Clash Royale CLAN TAG #URR8PPP Admob-lite vs full version: MobileAdsSettingManagerCreatorImpl My app uses play-services-ads-15.0.1 dependency, which in turn depends on play-services-ads-lite play-services-ads-15.0.1 play-services-ads-lite But when the app runs on an emulator, there is an error message: E/Ads: This app is using a lightweight version of the Google Mobile Ads SDK that requires the latest Google Play services to be installed, but Google Play services is either missing or out of date. and no Admob test-ads load. This warning shows in logcat: W/Ads: Could not get remote MobileAdsSettingManager. com.google.android.gms.dynamic.RemoteCreator$RemoteCreatorException: Could not load creator class. at com.google.android.gms.dynamic.RemoteCreator.getRemoteCreatorInstance(Unknown Source:51) at com.google.android.gms.internal.ads.zzme.zzg(Unknown Source:5) at com.google.android.gms.internal.ads.zzjw.zzib(Unknown Source:8) at com.google.android.gms.internal.ads.zzj...