Ganesh Yadav
Ganesh Yadav

Reputation: 2685

Ionic build platform override

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

Answers (2)

toxic.digital
toxic.digital

Reputation: 71

The build command is:

ionic build android

Upvotes: 1

Mohan Gopi
Mohan Gopi

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

Related Questions