You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First. I write a tauri-app with the newer version that is V2.0. I have a required that I want to use shell, and use shell to exec the android-sdk's aapt2. But, I had configed the shell's permissions. It still report an error.
This is my permissions configurations:
Run these code, it throw an error that is "No such file or directory (os error 2)".
I think that the shell cannot find the aapt2 file.
Can you tell me how to resolve the problem. If I want to run the aapt2, what should I do?
Reproduction
No response
Expected behavior
No response
Full tauri info output
No such file or directory (os error 2)
Stack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
First. I write a tauri-app with the newer version that is V2.0. I have a required that I want to use shell, and use shell to exec the android-sdk's aapt2. But, I had configed the shell's permissions. It still report an error.
This is my permissions configurations:
This is my code:
Run these code, it throw an error that is "No such file or directory (os error 2)".
I think that the shell cannot find the aapt2 file.
Can you tell me how to resolve the problem. If I want to run the aapt2, what should I do?
Reproduction
No response
Expected behavior
No response
Full
tauri info
outputStack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: