How to resolve the error: "package android.support.* does not exist" in Ionic Android with Capacitor

Md Riyazuddin Verified
An error occurs when Cordova or Capacitor plugin has old android support dependencies.
1 - npm install jetifier
2 - npx jetify
3 - npx cap sync android

To fix the error use the command in ionic with capacitor project.

Comments

Leave a Comment