Ionic cap run android -l --external seems to require ssl flag

hey there, some good news. We’ve made this much simpler to work with new releases to both the Ionic CLI and Capacitor. Basically, allows cleartext on localhost, aka where live reload runs:

npm i -g @ionic/cli

and in your Capacitor project:

npm update @capacitor/cli
npm update @capacitor/core

then try live reload again:

ionic cap run android -l --external

1 Like