Ionic serve does not include live reload. This needs to be configured: https://capacitorjs.com/docs/guides/live-reload
and then use:
ionic cap run android -l --external
Or
if you use VS Code, you can install the ionic plugin and within this plugin there is a button that does all the configuration for you. Make sure to click the life line looking icon, this enables live reload. Then just click the play button.