React Native Admob Unable To Get Provider Com.google.android.gms.ads.mobileadsinitprovider: Java.lang.illegalstateexception:
Before, my app work fine. Today I rebuild and it show error java.lang.RuntimeException: Unable to get provider com.google.android.gms.ads.MobileAdsInitProvider: java.lang.IllegalSt
Solution 1:
Add this line in your project AndroidManifest.xml, inside 'application' tag
<meta-data android:name="com.google.android.gms.ads.APPLICATION_ID" android:value="[appid here]"/>
Post a Comment for "React Native Admob Unable To Get Provider Com.google.android.gms.ads.mobileadsinitprovider: Java.lang.illegalstateexception:"