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
Hello, I decided to try out tauri today, but I have not been able to make the android 'getting started' tauri guide work. The android development mode server fails to start with no error output describing what is wrong beyond "failed to assemble APK".
Generating Android Studio project...
Info "/Users/dthurn/Desktop/tmp/tauri-app/src-tauri" relative to "/Users/dthurn/Desktop/tmp/tauri-app/src-tauri/gen/android/tauri_app" is "../../../"
victory: Project generated successfully!
Make cool apps! 🌻 🐕 🎉
$ npm run tauri android dev
...
Execution failed for task ':app:rustBuildArm64Debug'.
A problem occurred starting process 'command 'npm''
Failed to assemble APK: command [...]
Describe the bug
Hello, I decided to try out tauri today, but I have not been able to make the android 'getting started' tauri guide work. The android development mode server fails to start with no error output describing what is wrong beyond "failed to assemble APK".
Reproduction
$ cargo create-tauri-app
(pick typescript/javascript; npm; vanilla; typescript)
$ cd tauri-app
$ npm install
$ npm run tauri android init
Generating Android Studio project...
Info "/Users/dthurn/Desktop/tmp/tauri-app/src-tauri" relative to "/Users/dthurn/Desktop/tmp/tauri-app/src-tauri/gen/android/tauri_app" is "../../../"
victory: Project generated successfully!
Make cool apps! 🌻 🐕 🎉
$ npm run tauri android dev
...
Execution failed for task ':app:rustBuildArm64Debug'.
Full command output here: https://gist.github.com/thurn/2ad2dd7d9a0d1783d1c7b5a00e1962c2
$ echo $JAVA_HOME
/Users/dthurn/Applications/Android Studio.app/Contents/jbr/Contents/Home
$ echo $ANDROID_HOME
/Users/dthurn/Library/Android/sdk
$echo $NDK_HOME
/Users/dthurn/Library/Android/sdk/ndk/28.0.12674087
Expected behavior
'npm run tauri android dev' should clearly describe why it failed to start.
Full
tauri info
outputStack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: