Skip to content
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] Different Path for APK and AAB file after build #11560

Open
shba007 opened this issue Oct 31, 2024 · 1 comment
Open

[bug] Different Path for APK and AAB file after build #11560

shba007 opened this issue Oct 31, 2024 · 1 comment

Comments

@shba007
Copy link

shba007 commented Oct 31, 2024

Different Filepath for android Build

image

Reproduction

https://github.com/Algostract/portfolio-shirsendu

Expected behavior

To have one folder path either universal/release or universalRelease

Full tauri info output

[✔] Environment
    - OS: Windows 10.0.22631 x86_64 (X64)
    ✔ WebView2: 130.0.2849.56
    ✔ MSVC: Visual Studio Build Tools 2022
    ✔ rustc: 1.81.0 (eeb90cda1 2024-09-04)
    ✔ cargo: 1.81.0 (2dbb1af80 2024-08-20)
    ✔ rustup: 1.27.1 (54dd3d00f 2024-04-24)
    ✔ Rust toolchain: stable-x86_64-pc-windows-msvc (default)
    - node: 20.18.0
    - pnpm: 9.12.3
    - npm: 10.8.2
    - deno: deno 2.0.4

[-] Packages
    - tauri 🦀: 2.0.6
    - tauri-build 🦀: 2.0.2
    - wry 🦀: 0.46.3
    - tao 🦀: 0.30.3
    - @tauri-apps/api : 2.0.3
    - @tauri-apps/cli : 2.0.5

[-] Plugins
    - tauri-plugin-log 🦀: 2.0.1
    - @tauri-apps/plugin-log : not installed!

[-] App
    - build-type: bundle
    - CSP: unset
    - frontendDist: ../dist
    - devUrl: http://localhost:3000/
    - framework: Vue.js (Nuxt)
    - bundler: Vite

Stack trace

No response

Additional context

No response

@shba007 shba007 added status: needs triage This issue needs to triage, applied to new issues type: bug labels Oct 31, 2024
@amrbashir
Copy link
Member

This is not really a bug and intended behavior on how the android build system works. I will mark this issue as an improvement for tauri v3 where I think I will possibly add outDir option in tauri.conf.json to control where exe, bundles, apks...etch should be put.

@amrbashir amrbashir added type: feature request priority: 3 low and removed type: bug status: needs triage This issue needs to triage, applied to new issues labels Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants