Generate ionic apk

someone knows how can i generate release apk ionic 3.16.0??

ionic cordova build android --prod --release

1 Like

ionic platform add android
ionic prepare android
ionic build android
this way does not working ?

Not working as in it throws an error message, it crashes, it ruined your favorite t-shirt, it caused your computer to melt?

What does ionic info output?

[WARN] Detected locally installed Ionic CLI, but it’s too old–using global CLI.

That’s just a warning and so it shouldn’t prevent you from building, unless there’s a larger issue going on. It’s hard to tell though as you’re not really giving me much to work with.

yeah justa warning, but you help-me and i built my apk , thanks man!!!

Check this guide out: How to automatically sign android applications with the Ionic CLI