Ionic cordova build android not working (ionic4)

Hi all,

I can’t use the command ionic cordova build android, then the error Command not found: ionic-app-scripts comes.

The command cordova build android works but then is my question, is that the same?

And also other question. I I build and after that make changes and build again, then the apk file is the same and not contains the changes. Do I have to add something in the command like a version or something?

If you are using ionic 2 and angular 2 and above just please reinstall your ionic and angular things.

Removing ionic and cordova
npm uninstall -g ionic cordova

Adding ionic and cordova
npm install -g ionic cordova

1 Like