# 7.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 3 ad units. One banner, One Interstitial and One Native.
* 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/ad\_config.dart** file and change the **interstitialAdUnitIdAndroid,** **bannerAdUnitIdAndroid,** and **nativeAdUnitIdAnndroid** with your values.

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