After I clone an ionic 4 project, I want to add all of the cordova plugins from package.json.
**Note “npm install” does not add the plugins automatically.
At the moment I have to manually run these commands:
$ ionic capacitor <command>
add ............................. (beta) Add a native platform to your Ionic project
copy ............................ (beta) Copy web assets to native platforms
open ............................ (beta) Open the IDE for a given native platform project
run ............................. (beta) Run an Ionic project on a connected device
sync ............................ (beta) Sync (copy + update) an Ionic project
update .......................... (beta) Update Capacitor native platforms, install Capacitor/Cordova plugins
In the android-studio project when compiling this error occurs:
C:\Users\Wallst\Documents\ionic4_starter\android\capacitor-cordova-android-plugins\cordova.variables.gradle (The system cannot find the path specified)