Local Android plugin plugin {plugin name} not found
error
#14029
-
Repost from here I'm developing a simple Android plugin to detect whether it's running Android TV or other devices, but I keep getting plugin not found error from the frontend:
I tried several things, like changing the name to not using dashes, still no luck. I tried |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Did you register the plugin on the rust side? eg |
Beta Was this translation helpful? Give feedback.
I think this https://github.com/smbcloudXYZ/tauri-plugin-android-tv-check/blob/main/src/mobile.rs#L18 is missing the package name or something, for example our deep link plugin: https://github.com/tauri-apps/plugins-workspace/blob/v2/plugins/deep-link/src/lib.rs#L32