Why is Admob not working alongside lottie

Viewed 25

i am using admob in my app, after adding lottie library to gradle, the app is not working.

When removing lottie library, there is no error.

Here is my gradle:

implementation 'com.airbnb.android:lottie:5.2.0'
implementation 'com.google.android.gms:play-services-ads:21.2.0'

On launching i get the below error.

    Process: <namespace>, PID: 20678
    java.lang.RuntimeException: Unable to get provider com.google.android.gms.ads.MobileAdsInitProvider: java.lang.ClassNotFoundException: Didn't find class "com.google.android.gms.ads.MobileAdsInitProvider"
0 Answers
Related