When I implement the admob firebase library I am getting the following error:
What can it be?
I follow the tutorial:
reference: https://www.b4x.com/android/forum/t...b-ads-integrated-with-firebase-backend.67710/
B4X:
java.lang.IllegalStateException: A required meta-data tag in your app's AndroidManifest.xml does not exist. You must have the following declaration within the <application> element: <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
What can it be?
I follow the tutorial:
reference: https://www.b4x.com/android/forum/t...b-ads-integrated-with-firebase-backend.67710/