Ionic cordova run android -l get's exist after serve

HI friends, hope you will be fine. Actually I want run my ionic application in android emulator with automatically reload when change happens. I used this command in the terminal:
. ionic cordova run android -l
It works well before and reload the application in emulator when changes happens, but now it exist after serving application in emulator. Can someone help me?
Advance Thanks!

Downgrading to 5.4.6 fixed it.

npm i ionic@5.4.6

Hi, I tried but it’s not working. Still facing the same issue.

I Solved this by downgrading the ionic version to @5.4.2
npm i ionic@5.4.2
Your approach of downgrading ionic version is correct, Thanks for helping me out!