1
Currently the Ionic is in version 4, but I prefer the Ionic 3 mainly to program the themes of my application.
So I did the downgrade for version Ionic 3.1.0. But I’m faced with a big problem, typing the command:
$ ionic cordova build android
(Rebound I did the steps correctly I already added the platform and everything is already installed).
However, it does not work and returns me the following:
Could someone help me? But, me don’t want to upgrade to the Ionic 4
I did, doing a gambiarra! I programmed my application in Ionic version 3, when finished I updated Ionic and only managed the apk... It worked, but if anyone knows how to solve the problem I’ll be grateful.
– Gustavo Dazzle
Hello. I advise to always keep everything up to date, but start the project like this: Ionic start myapp super --type=Ionic-angular. That way you don’t have to downgrade anything, you just change the --type.
– Gesiel Rosa
It may be that some plugin was not updated when you downgrade, try this site to update the plugins; https://update.ionic.zone/.
– Péttrin Miranda