Cannot get capacitor plugins to be recognized as implimented #17500
-
Using quasar with capacitor 6. I want to use the Preferences plugin. I have:
When I try and use the plugin, I get: http://10.0.10.133:9500/src-capacitor/node_modules/@capacitor/core/dist/index.js - Line 188 - Msg: Uncaught (in promise) Error: "Preferences" plugin is not implemented on android I have within Android Studio cleared caches, clean and rebuild, even restarted my machine. Gradle sync, you name it, it simply does not accept the plugin. Is anyone able to help me out, I have been battling now for hours. Even tried to delete the node-modules directory in src-capacitor and did a fresh npm install, no difference. Capacitor is cleary installed as I am able to interact with the app in Android Studio and the remotedevtools in Chrome, but for whatever reason the Capacitor plugins does seem to be loaded. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
From my answer on Discord:
The OP confirmed a clean project works. Afterward, they said it worked on their project after restarting things. |
Beta Was this translation helpful? Give feedback.
From my answer on Discord:
The OP confirmed a clean project works. Afterward, they said it worked on their project after restarting things.