The Google Mobile Ads Sdk Was Initialized Incorrectly. Admob Publishers Should Follow The Instructions Here:
Launching lib/main.dart on sdk gphone x86 arm in debug mode... Running Gradle task 'assembleDebug'... ✓ Built build/app/outputs/flutter-apk/app-debug.apk. Installing build/app/ou
Solution 1:
Replace <meta-data android:name="com.google.android.gms.ads.APPLICATION_ID" android:value="jhhjjhkjkjkjhkjkjjhkjhkjhkjhkjkj"/>
With this
<!-- Sample AdMob app ID: ca-app-pub-3940256099942544~3347511713 --><meta-dataandroid:name="com.google.android.gms.ads.APPLICATION_ID"android:value="ca-app-pub-xxxxxxxxxxxxxxxx~yyyyyyyyyy"/>
If you are using real ads in app use your app id instead
Post a Comment for "The Google Mobile Ads Sdk Was Initialized Incorrectly. Admob Publishers Should Follow The Instructions Here:"