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
just change platform/android/project.properties to
target=android-26
android.library.reference.1=CordovaLib
cordova.system.library.1=com.android.support:support-v4:24.1.1+
cordova.system.library.2=com.google.android.gms:play-services-auth:11.+
cordova.system.library.3=com.google.android.gms:play-services-identity:11.+
cordova.system.library.4=com.google.android.gms:play-services-location:11.+
this worked for me