Issues when build with android #10899
Replies: 1 comment
-
Never mind, I found it, workaround is there: #9536 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
can you help me with android build with rc version? Desktop version is working, but I can't create build with android.
I have created setup according to https://v2.tauri.app/start/prerequisites/,
But in this case I used rustup from my fedora distro and also android studio from flatpak (It seems creating the same directories and files in home directory as the ./studio.sh script, but with this is working yarn tauri android dev --open, which didn't work with ./studio.sh script)
In studio I cannot create virtual emulator. it is shown, but not cold booted. There are warnings, about the driver (intel), which should make the issues. So, I wanted to try yarn tauri android build, but it failed. I don't know, how to add stack trace agument into the command, it will not be passed to right level, not even with -- --stacktrace. Here is the whole log:
Beta Was this translation helpful? Give feedback.
All reactions