The crash occurs when someone install the app through the playstore and opening for first time it unfortunately closing. After that there are no crash at all . i tested on various android version and the result was same. please someone give solution
Hi @Rishandudz, If you're using AdMob version 18.0.0, add these dependencies in your build.gradle file to avoid crash on app first launch.
com.google.android.gms:play-services-measurement:17.0.0
com.google.android.gms:play-services-measurement-sdk:17.0.0
Refer this link
https://developers.google.com/admob/android/rel-notes
@ar-arvind Thankyou Added that. but Some other errors
@Rishandudz I think these errors occurred due to AdMob library, there is no problem with your code. It will not create any issues in the app, you can ignore this.
@ar-arvind Thanks
Most helpful comment
@Rishandudz I think these errors occurred due to
AdMob library, there is no problem with your code. It will not create any issues in the app, you can ignore this.