docs.rs failed to build tauri-plugin-board-1.7.2
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.
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
signature plugin
storage config
File(this.applicationContext.getExternalFilesDir(null), "xxx.json").writeText(Gson().toJson(payload))
generate SqlDelight Interface
sudo ./gradlew generateSqlDelightInterface
adb pull /sdcard/xxx/files/xxx.db ./