Está en la página 1de 1

COMANDOS FRECUENTES

cd C:\ProMovil
ionic start background geolocation blank --capacitor
ionic serve

ionic build
npx cap add android
npx cap open android

ionic build
npx cap copy

npm install @capacitor/android@latest (actualizar las lineas del capacitor)

//para hacer compatible con capacitor


<string name="mauron85_bgloc_account_name">$ACCOUNT_NAME</string>
<string name="mauron85_bgloc_account_type">$ACCOUNT_TYPE</string>
<string name="mauron85_bgloc_content_authority">$ACCOUNT_AUTHORITY</string>

npm install jetifier


npx jetifier //analiza los archivos

También podría gustarte