# 5.1 Admob Setup for Android

{% hint style="warning" %}
Follow these steps only for production (release):
{% endhint %}

* From your AdMob account, create an app for android. You will get an **app id** for android.
* Create One Interstitial Ad unit.
* Now, go to the **android/app/src/main/AndroidManifest.xml** file and change the AdMob app id(Android) with yours.

<figure><img src="https://lh4.googleusercontent.com/cyIYSrQi2wyQF4RbDJbGUyVPKShtGCcek-rZwNCJ65pFa29_aq6wEnuneAlzMf__FISLqK4icehONb-K18L2bNZGDbdlpB8jEu2skt9bMvseuuJiq-ZGJO4boXljKk_oJQ-tuJCBlnrqk4wlqKKfw9tUYJuhnETdp-ShNigFuuqcDMN3w_TNMjlqFYHM" alt=""><figcaption></figcaption></figure>

* Go to the **lib/configs/config.dart** file and change the **admobAppId**, and **admobInterstitialAdId** with your values.

<figure><img src="https://lh5.googleusercontent.com/fwnvRHvuGRqXBqiFgkYRkUrIIf3hHKqs4COM72uiD01NiVxQe-JoL8Pzqzj5PVXx2d1IYHCGR_bBaXBPRKu5ioq7Mvb3tJenqKO3cWfh-Jfh0atP75M9EC11C3C7L10MqxRb3EC1224aPNF8gHT0WA" alt=""><figcaption></figcaption></figure>
