xxxxxxxxxx
// if you didn't run before
ionic build
// then
npx cap add ios
xxxxxxxxxx
$ ionic capacitor run
$ ionic capacitor run android
$ ionic capacitor run android -l --external
$ ionic capacitor run ios --livereload --external
$ ionic capacitor run ios --livereload-url=http://localhost:8100
xxxxxxxxxx
npm install @capacitor/android
npx cap add android
npx cap run android
xxxxxxxxxx
// if you didn't run before
ionic build
// then
npx cap add android
npx cap sync
xxxxxxxxxx
ionic capacitor run
ionic capacitor run android
ionic capacitor run android -l --external
ionic capacitor run ios --livereload --external
ionic capacitor run ios --livereload-url=http://localhost:8100
xxxxxxxxxx
npm install call-number
npm install @ionic-native/call-number
ionic cap sync