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
I was facing the same error in my ionic project, after little search I have read about to upgrade the Android platform which is required for latest Android Gradle Plugin in order to build the app.
The solution to is very easy just follow the below mentioned step.
ionic cordova platform remove android
Add minimum version Android SDK Build Tools 26.0.2 through Android SDK Manager to use latest Android Gradle Plugin in order to build the app
Add minimum version for Android platform
ionic cordova platform add android@^6.4.0