0

I want to use google admob in my android app so i added this library

implementation 'com.google.android.gms:play-services-ads:18.1.1'

but when i run the project this error happens manifest merger failed with multiple errors .

Gabriele Mariotti
  • 320,139
  • 94
  • 887
  • 841
amir mousawi
  • 39
  • 1
  • 9

1 Answers1

2

You must migrate your project to AndroidX: https://stackoverflow.com/a/53242928/336658 or you can try to use an old version of play-service-ads

implementation 'com.google.android.gms:play-services-ads:17.2.0'
Evilripper
  • 1,165
  • 1
  • 15
  • 26