Launch failed: No such file or directory (os error 2) #12867
-
Problemwhen running a Dev Server Project Setup
Full Logs $: bun tauri android dev --open
Running BeforeDevCommand (`bun dev`)
$ astro dev --host
Browserslist: caniuse-lite is outdated. Please run:
npx update-browserslist-db@latest
Why you should do it regularly: https://github.com/browserslist/update-db#readme
13:48:09 [types] Generated 0ms
13:48:09 [content] Syncing content
13:48:09 [content] Synced content
13:48:09 [vite] Re-optimizing dependencies because lockfile has changed
astro v5.1.8 ready in 1366 ms
┃ Local http://localhost:4321/NeuralNetBuilder
┃ Network http://192.168.29.224:4321/NeuralNetBuilder
13:48:09 watching for file changes...
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.20s
Info symlinking lib "/home/keshav/Programming Stuff/Projects/WebDevProjects/NeuralNetBuilder/src-tauri/target/aarch64-linux-android/debug/libapp_lib.so" in jniLibs dir "/home/keshav/Programming Stuff/Projects/WebDevProjects/NeuralNetBuilder/src-tauri/gen/android/app/src/main/jniLibs/arm64-v8a"
Info "/home/keshav/Programming Stuff/Projects/WebDevProjects/NeuralNetBuilder/src-tauri/target/aarch64-linux-android/debug/libapp_lib.so" requires shared lib "liblog.so"
Info "/home/keshav/Programming Stuff/Projects/WebDevProjects/NeuralNetBuilder/src-tauri/target/aarch64-linux-android/debug/libapp_lib.so" requires shared lib "libandroid.so"
Info "/home/keshav/Programming Stuff/Projects/WebDevProjects/NeuralNetBuilder/src-tauri/target/aarch64-linux-android/debug/libapp_lib.so" requires shared lib "libdl.so"
Info "/home/keshav/Programming Stuff/Projects/WebDevProjects/NeuralNetBuilder/src-tauri/target/aarch64-linux-android/debug/libapp_lib.so" requires shared lib "libm.so"
Info "/home/keshav/Programming Stuff/Projects/WebDevProjects/NeuralNetBuilder/src-tauri/target/aarch64-linux-android/debug/libapp_lib.so" requires shared lib "libc.so"
Info Opening Android Studio
Error Launch failed: No such file or directory (os error 2)
^Cerror: Failed to run "tauri" due to exit code 130 Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
hello? |
Beta Was this translation helpful? Give feedback.
-
Android Studio not found, check cargo-mobile2, search [Desktop Entry]
Name=Android Studio |
Beta Was this translation helpful? Give feedback.
-
Tip: To make Android Studio available in your list of applications, select Tools > Create Desktop Entry from the Android Studio menu bar. |
Beta Was this translation helpful? Give feedback.
Android Studio not found, check cargo-mobile2, search
open_file_with
insrc/os
, check the code for your os. For Linux, there must be a desktop file in~/.local/share/applications
, in the desktop file, theName
must be exactly matchAndroid Studio