Mubashir Nawaz
Results
2
comments of
Mubashir Nawaz
i got the same issue when i add a package Flutter_applovin_max. https://pub.dev/packages/flutter_applovin_max in my project logs: ``` FAILURE: Build failed with an exception. * What went wrong: Execution failed for...
My error was solved after adding the following dependency ``` dependencies { .... implementation ('com.google.android.exoplayer:exoplayer:2.17.0') } ``` Answer is [here ](https://flutterhq.com/questions-and-answers/1978/duplicate-class-comgoogleandroidexoplayer2uidownloadnotificationhelper)