2

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:

enter image description here

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

Adil Bhatty
  • 17,190
  • 34
  • 81
  • 118

1 Answers1

1

To solve the DexException must be imported via terminal this plugin :

cordova plugin add https://github.com/jwall149/cordova-multidex

Nick Pass
  • 80
  • 8