-
Hi guys, I'm tryin to code my own plugin, but when I call
Inside my plugin class I got
Any solution for this ? Best regards. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
You should be able to call Can you share some code? |
Beta Was this translation helpful? Give feedback.
-
Thank's @robingenz, I just tried the code that you provided, but still have the same error
|
Beta Was this translation helpful? Give feedback.
-
I am developing a custom plugin and I am having similar issue. It seems it can't find the plugin, calls based on the error from PluginHandle.java line#104:
The actual error from the Exception block is:
There are no build issues. As per the accepted answer, I have the @OverRide load method defined as well. I have gone through numerous stackoverflow questions, github issues, Capacitor documentation etc.; none of those fixed the issue. Without debugging the Capacitor java code, I just see "Plugin not implemented in android" message in Javascript console. I would really appreciate any help in this regard. |
Beta Was this translation helpful? Give feedback.
Thank's @robingenz, I just tried the code that you provided, but still have the same error