Unable to get provider com.google.android.gms.ads.MobileAdsInitProvider Hello Friend in this post we will discuss about how to fix provider com.google.android.gms.ads.MobileAdsInitProvider: java.lang.IllegalStateException Unable to get provider com.google.android.gms.ads.MobileAdsInitProvider provider com.google.android.gms.ads.MobileAdsInitProvider: java.lang.IllegalStateException What you need You must place this code in your manifest file Google gave update for the Google ads so if you update your Admob library in gradle. <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>