tauri-plugin-board 1.5.4

vending machine development board of kits for tauri, use kotlin
docs.rs failed to build tauri-plugin-board-1.5.4
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Tauri Plugin board

vending machine development board of kits for tauri, use java or kotlin

main development board model

zc-328, zc-356 etc

# Go into the android folder of your plugin and create the tauri-api path
$ cd android
$ mkdir -p .tauri/tauri-api
# Clone the api from the tauri repo
$ git clone https://github.com/tauri-apps/tauri
# Copy the mobile api from the repo to the created path
$ cp -r tauri/core/tauri/mobile/android/. .tauri/tauri-api
# Remove the tauri repo
$ rm -rf tauri

https://v2.tauri.app/zh-cn/develop/plugins/