Reputation: 2685
I have build
platform for android
and ios
at starting of the app.
I want to override android and ios build after some completion of the project.
command I'm using:
ionic platform build android
and it's giving error:
error: Platform "build" not recognized as as core cordova platform. See 'cordova platform list'.
I have tried even:
cordova platform build android
it's showing Available platforms. But apk
file is not getting overridden.
What should I do to get a latest apk
build output.
Upvotes: 0
Views: 633
Reputation: 7724
I am also facing this error but after uninstall all the ngCordova plugin and reinstall all, then i got No Error.
Upvotes: 0