I have an Ionic 3 app that has built fine on dev machines for quite a while. Today we tried a new machine and it doesn\'t build there. It is using an older cordova-android
Below solution worked for me:
follow this step:- step 1: cordova plugin add cordova-android-support-gradle-release step 2: cordova clean android step 3: ionic cordova build android