When I try to run the command ionic cordova build android
out error as title above. Then I try to remove one of the gms
, when I build again the del
This happening because of Play services 12.0.0. I went ahead and downgraded the dependencies to 11.8.0 ( last known working version for my project). I'm using react native. I had 2 dependencies which were pulling in 12.0.0 of google play services - com.google.android:play-services...12.0.0 Hope this helps.