Error message on Android console : "plugin is not implemented on android" #17930
-
Hi, I try to add Steps to reproduce :
When I use It is like npx cap sync don't recognize this package to add in capacitor project. I see the troubleshooting guide
My Java version was on JDK 17 and I update it on JDK 21 => always the same error. Someone can help me please... |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You have to install Capacitor packages inside |
Beta Was this translation helpful? Give feedback.
-
Quasar’s Capacitor mode sometimes misses plugin syncs due to: Incorrect paths in Gradle files. Cached builds or misconfigured dependencies. |
Beta Was this translation helpful? Give feedback.
You have to install Capacitor packages inside
src-capacitor
, not the root project.