LoginSignup
3
1

More than 5 years have passed since last update.

AdMob play-services-ads:17.0.0リリースとAndroidManifest.xmlの追加対応

Posted at

play-services-ads:17.0.0がリリースされました。
Release Notes

AdMobを利用されている方は、AndroidManifest.xmlファイルに以下を必須で追加する必要があります。お忘れなく!

<manifest>
    <application>
        <!-- TODO: Replace with your real AdMob app ID -->
        <meta-data
            android:name="com.google.android.gms.ads.APPLICATION_ID"
            android:value="ca-app-pub-################~##########"/>
    </application>
</manifest>

参考文献

3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1