Solution :
I had recently helped couple of people to fix above error.
The error starts appearing if you have any duplicate plugins in the project;
Please find below listed scenarios for your help:
If you have included the same plugin more than once under different folders of your project.
If you have included the same plugin more than once with different versions.
If your plugin contains some other dependencies embedded inside it and they are already included in your project in other form.
To fix this issue you should look up for any duplicate Android plugins in the project and try to eliminate the duplicates by keeping only one copy. From your error message which you have posted I can surely say that the issue here is related to your Google play services libraries. So you should try to look into the libraries which are named play-services-xxxx.aar.