Android Manifest - Facebook Common

Viewed 24

I have a perfectly running Android Project and Now after a month now I am trying to build the project it gives me errors on Android Manifest merger errors.

Please guide me on what I am doing wrong.

Error Message: [1]: https://i.stack.imgur.com/LuxlJ.png

1 Answers

Have you recently update build-tools or gradle version? if yes, try downgrading the version.

Related