skip to Main Content

Error after adding google_mobile_ads sdk in flutter

I added the google_mobile_ads sdk v5.0.0 in my flutter project. Now when I run the project I get the following error X:<project-name>androidappsrcdebugAndroidManifest.xml:92:13-59 Error: Attribute property#android.adservices.AD_SERVICES_CONFIG@resource value=(@xml/gma_ad_services_config) from [com.google.android.gms:play-services-ads-lite:23.0.0] AndroidManifest.xml:92:13-59 is also present at [com.google.android.gms:play-services-measurement-api:21.5.1] AndroidManifest.xml:32:13-58 value=(@xml/ga_ad_services_config). Suggestion: add 'tools:replace="android:resource"' to…

VIEW QUESTION

React Native Expo Android build failed: react-native-google-mobile-ads

I want to get a development build in my Expo application. Unfortunately, after upgrading Expo to version 49, I encountered these errors and couldn’t find a solution. > Configure project :react-native-google-mobile-ads :react-native-google-mobile-ads package.json found at /home/expo/workingdir/build/node_modules/react-native-google-mobile-ads/package.json [stderr] FAILURE: Build completed…

VIEW QUESTION
Back To Top
Search