I have added google play services library in my project built using Cordova. The command I used to add plugin is:
cordova plugin add com.google.playservices
After adding it, when I build my project, I get below error:
I am not using Admob in my project, then why I am getting dex issue. Nor I have added google play services in the project. I have only added the google play services plugin.
Thanks