Live reload issue after upgrading my app into capacitor 3

Hey developer,
just two days before i upgrade my old app into capacitor 3, and during debugging on Android after run command ionic cap run android -l --external

make any changes in my code it is not reloading or updating changes so i have to rebuild and re-run command, so how i can solve this issue please help me

thank you for great support

console window error while running live server in android

Make sure you have the latest ionic CLI installed.
Once installed ,run the following command:
ionic cap run android --target=<device_target_id>- -livereload --external --host=<ipv4_address> port=

1 Like

@salei after removing capacitor.config.ts file my problem is solved, thanks for your support dear.

You should be able to live reload with capacitor.config.ts.

1 Like