[Solved] Google Admob Error Attribute Suggestion: add 'tools:replace="android:re

    Add <property> right below <application> tag
     

     <application>
     
     	<property
                android:name="android.adservices.AD_SERVICES_CONFIG"
                android:resource="@xml/gma_ad_services_config"
                tools:replace="android:resource" />
                
     </application>

    댓글