-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug][v2][android] Failed to create a symbolic link #10937
Comments
I think this is a known issue as flutter had the same message reference. @Theo-Rige can you confirm the project is on a different drive than the cli running? |
No, my project is on an external drive but at the same location as the CLI. |
Wondering if the different path segment separators could cause this? |
I don't have an external drive with enough space to build a mobile app 😂 But with E:\ being an external drive (assuming they mean something like an usb drive) we already know the issue. fat32 and exfat, the most common formats for those drives, simply do not support symlinks. |
I'm on Windows 10, when i run "npm run tauri android dev" command that return this error : tauri info : [-] Packages |
It worked for me once I enabled windows developer mode. I only used a single partition/drive though. |
I'm experiencing a similar issue when running
Project Setup: I created the project using npm create tauri-app@latest. tauri info:
Attempts to Resolve:
None of these steps resolved the issue. Additional Information:
Please let me know if there's any additional information I can provide to help resolve this issue. |
Describe the bug
I try to create an Android app with Nuxt 3.13.1.
I'm on Windows 11, I followed all the Windows and Nuxt 3 prerequisites but when I launch the android dev command and I choose the "Medium_Phone_API_35" emulator I got this error :
Reproduction
npx nuxi@latest init app
npm install -D @tauri-apps/cli@next
npx tauri init
npx tauri android dev
Medium_Phone_API_35
emulatorExpected behavior
The Nuxt start page launched on the emulator, I guess
Full
tauri info
outputStack trace
Additional context
No response
The text was updated successfully, but these errors were encountered: