ionic 5 convert cordova to capacitor code example
Example 1: ionic capacitor android
// if you didn't run before
ionic build
// then
npx cap add android
npx cap sync
Example 2: how to add capacitor in ionic
cd myApp
ionic integrations enable capacitor
Example 3: start ionic 5 capacitor app
ionic start [appName] [appType] --capacitor
e.g. ionic start myApp blank --capacitor