Problem with ionic capacitor update

Hello everybody,

i’m working on a project with ionic and capacitor … after 1 month of work, out of curiosity i installed android platform and launched the emulator, so far everything ok!
After another month of work I tried to relaunch the emulator but the changes I made do not appear.

I’ve tried almost all of them:

  • ionic capacitor sync
    -ionic capacitor build
    -ionic capacitor update
  • deleted the Android folder and then ionic capacitor add

what am I doing wrong?

ionic build (–prod if you want)
npx cap sync
npx cap open android

nothing changes … the android studio emulator keeps showing me an old version of the project

Remove all the emulated platforms and install a new one, maybe it works

1 Like