-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
[bug] Android application build failure: Failed to assemble APK #11310
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
Labels
Comments
amrbashir
added a commit
that referenced
this issue
Oct 11, 2024
amrbashir
added a commit
that referenced
this issue
Oct 11, 2024
lucasfernog
added a commit
that referenced
this issue
Oct 11, 2024
* fix(cli & core): use unescaped package id in proguard file closes #11310 * add monkey patch for wry proguard * fix tests * typo * remove wry fix --------- Co-authored-by: Lucas Nogueira <[email protected]>
I encountered the same issue. How can I resolve it? @lucasfernog @amrbashir ,
tauri info:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the bug
I just created a tauri project to play with it. I wanted to make an android application. I had no issues in developing the application the problem arises when it comes to building the apk. The issue here is this error arises at the end of the apk build process. Please help
With verbose flag enabled, I was able to spot this
Reproduction
Create a new tauri project with any ways I guess, I tried only with cargo and once again with pnpm.
pnpm create tauri-app
cd hello-tauri
pnpm install
Initialize the android support.
NDK_HOME=~/Android/Sdk/ndk/28.0.12433566 pnpm tauri android init
NDK_HOME=~/Android/Sdk/ndk/28.0.12433566 pnpm tauri android build
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: