# 8.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/config/ad\_config.dart** file and change the **appIdAndroid** & **admobInterstitialAdUnitIdAndroid** with your values.

<figure><img src="https://lh3.googleusercontent.com/ezp0u5aGwE3iCRwAQdQ_Ba47HWeAIGNlcWwA_PzHtL78Mhg7HScAmViKH9tP4dxWBSyQWPTx6TZD6qenx0UyymfSKEkYCMK2Wz7b76MOv_zpRC3f7Ccdq1n6w-yTHtHFfJUgH8Y-0Ynh9tyj-kM5Ww" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Ignore the iOS ids if you don’t want to make the app for iOS.
{% endhint %}
