Open vangork opened 8 months ago
I am having the same issue.
I am using this for a school project. I found a workaround. By making a zip file in the build.r.s and using include_bytes. Then I extract the files if needed. I know it isn't the best option. However, this is a small school project.
@wyatt-herkamp FYI. I just follow android doc and handle the files with an android plugin.
I had the same issue and decided to move towards using this library https://github.com/pyrossh/rust-embed. It works very well and simplifies a lot the data management.
Describe the bug
It won't bundle the resources specified in the bundleresources config for Android (
yarn tauri android dev
). Does this option apply to Android?Reproduction
No response
Expected behavior
No response
Full
tauri info
outputStack trace
No response
Additional context
No response