[GH-ISSUE #5547] Login fails - Unable to load library 'bitwarden_uniffi' #28174

Closed
opened 2026-04-18 12:06:02 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @Morgy93 on GitHub (Jul 19, 2025).
Original GitHub issue: https://github.com/bitwarden/android/issues/5547

Steps To Reproduce

  1. Open the app
  2. Enter login details
  3. Try to login

Expected Result

I expect to be logged in.

Actual Result

An error occurs:

Stacktrace:
java.lang.UnsatisfiedLinkError: Unable to load library 'bitwarden_uniffi':
dlopen failed: library "libbitwarden_uniffi.so" not found
dlopen failed: library "libbitwarden_uniffi.so" not found
dlopen failed: library "libbitwarden_uniffi.so" not found
Native library (android-aarch64/libbitwarden_uniffi.so) not found in resource path (.)
	com.sun.jna.NativeLibrary.loadLibrary(Unknown Source:738)
	com.sun.jna.NativeLibrary.getInstance(SourceFile:12)
	com.sun.jna.Library$Handler.<init>(Unknown Source:96)
	com.sun.jna.Native.load(SourceFile:5)
	com.sun.jna.Native.load(SourceFile:3)
	com.bitwarden.sdk.UniffiLib$Companion.INSTANCE_delegate$lambda$1(Unknown Source:8)
	com.bitwarden.sdk.UniffiLib$Companion.a(Unknown Source:0)
	com.bitwarden.network.model.c.invoke(Unknown Source:20)
	tc.o.getValue(Unknown Source:20)
	com.bitwarden.sdk.UniffiLib$Companion.getINSTANCE$sdk_release(Unknown Source:2)
	com.bitwarden.sdk.Client.<init>(SourceFile:13)
	Q7.b0.invokeSuspend(Unknown Source:9)
	Q7.b0.invoke(Unknown Source:10)
	Q7.d0.a(Unknown Source:70)
	P1.n.f(Unknown Source:4)
	O6.h.t(Unknown Source:78)
	W6.X.y(Unknown Source:196)
	W6.t.invokeSuspend(Unknown Source:12)
	zc.a.resumeWith(Unknown Source:7)
	Xc.K.run(Unknown Source:114)
	android.os.Handler.handleCallback(Handler.java:959)
	android.os.Handler.dispatchMessage(Handler.java:100)
	android.os.Looper.loopOnce(Looper.java:232)
	android.os.Looper.loop(Looper.java:317)
	android.app.ActivityThread.main(ActivityThread.java:8751)
	java.lang.reflect.Method.invoke(Native Method)
	com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603)
	com.android.internal.os.ZygoteInit.main(ZygoteInit.java:892)

Version: 2025.6.1 (20398)
Device: 📱 Fairphone Fairphone 6 🤖 15@35 📦 prod
CI: 🧱 commit: bitwarden/android/release/hotfix-v2025.6.0-bwpm@e8878d321546a846909c70c00cdf8d7071f0ecf0
💻 build source: bitwarden/android/actions/runs/15984517798/attempts/1

Screenshots or Videos

No response

Additional Context

No response

Build Version

2025.6.1 (20398)

What server are you connecting to?

US

Self-host Server Version

No response

Environment Details

No response

Issue Tracking Info

  • I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.
Originally created by @Morgy93 on GitHub (Jul 19, 2025). Original GitHub issue: https://github.com/bitwarden/android/issues/5547 ### Steps To Reproduce 1. Open the app 2. Enter login details 3. Try to login ### Expected Result I expect to be logged in. ### Actual Result An error occurs: ``` Stacktrace: java.lang.UnsatisfiedLinkError: Unable to load library 'bitwarden_uniffi': dlopen failed: library "libbitwarden_uniffi.so" not found dlopen failed: library "libbitwarden_uniffi.so" not found dlopen failed: library "libbitwarden_uniffi.so" not found Native library (android-aarch64/libbitwarden_uniffi.so) not found in resource path (.) com.sun.jna.NativeLibrary.loadLibrary(Unknown Source:738) com.sun.jna.NativeLibrary.getInstance(SourceFile:12) com.sun.jna.Library$Handler.<init>(Unknown Source:96) com.sun.jna.Native.load(SourceFile:5) com.sun.jna.Native.load(SourceFile:3) com.bitwarden.sdk.UniffiLib$Companion.INSTANCE_delegate$lambda$1(Unknown Source:8) com.bitwarden.sdk.UniffiLib$Companion.a(Unknown Source:0) com.bitwarden.network.model.c.invoke(Unknown Source:20) tc.o.getValue(Unknown Source:20) com.bitwarden.sdk.UniffiLib$Companion.getINSTANCE$sdk_release(Unknown Source:2) com.bitwarden.sdk.Client.<init>(SourceFile:13) Q7.b0.invokeSuspend(Unknown Source:9) Q7.b0.invoke(Unknown Source:10) Q7.d0.a(Unknown Source:70) P1.n.f(Unknown Source:4) O6.h.t(Unknown Source:78) W6.X.y(Unknown Source:196) W6.t.invokeSuspend(Unknown Source:12) zc.a.resumeWith(Unknown Source:7) Xc.K.run(Unknown Source:114) android.os.Handler.handleCallback(Handler.java:959) android.os.Handler.dispatchMessage(Handler.java:100) android.os.Looper.loopOnce(Looper.java:232) android.os.Looper.loop(Looper.java:317) android.app.ActivityThread.main(ActivityThread.java:8751) java.lang.reflect.Method.invoke(Native Method) com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:603) com.android.internal.os.ZygoteInit.main(ZygoteInit.java:892) Version: 2025.6.1 (20398) Device: 📱 Fairphone Fairphone 6 🤖 15@35 📦 prod CI: 🧱 commit: bitwarden/android/release/hotfix-v2025.6.0-bwpm@e8878d321546a846909c70c00cdf8d7071f0ecf0 💻 build source: bitwarden/android/actions/runs/15984517798/attempts/1 ``` ### Screenshots or Videos _No response_ ### Additional Context _No response_ ### Build Version 2025.6.1 (20398) ### What server are you connecting to? US ### Self-host Server Version _No response_ ### Environment Details _No response_ ### Issue Tracking Info - [ ] I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.
GiteaMirror added the bugapp:password-manager labels 2026-04-18 12:06:03 -05:00
Author
Owner

@bitwarden-bot commented on GitHub (Jul 19, 2025):

Thank you for your report! We've added this to our internal board for review.
ID: PM-23922

<!-- gh-comment-id:3092161677 --> @bitwarden-bot commented on GitHub (Jul 19, 2025): Thank you for your report! We've added this to our internal board for review. ID: PM-23922
Author
Owner

@rmcdowell-bitwarden commented on GitHub (Jul 21, 2025):

Hi there,

I attempted to reproduce your issue and was unable to do so. I would recommend performing a clean reinstallation of the Bitwarden app using the steps below:

  • Uninstall the Bitwarden client
  • Restart the device (perform a full power cycle, shutting the device down completely and then restarting it)
  • Reinstall Bitwarden from the download link below

Bitwarden Downloads: https://bitwarden.com/download

We use GitHub issues as a place to track bugs and other development related issues. If your issue persists, please write us back using our “Contact support” form located on our Help Center (https://bitwarden.com/help/).

You can include a link to this issue in the message content.

Alternatively, you can also search for an answer in our help documentation or get help from other Bitwarden users on our community forums (https://community.bitwarden.com/c/support/).

The issue here will be closed.

Thanks!

<!-- gh-comment-id:3095141211 --> @rmcdowell-bitwarden commented on GitHub (Jul 21, 2025): Hi there, I attempted to reproduce your issue and was unable to do so. I would recommend performing a clean reinstallation of the Bitwarden app using the steps below: - Uninstall the Bitwarden client - Restart the device (perform a full power cycle, shutting the device down completely and then restarting it) - Reinstall Bitwarden from the download link below Bitwarden Downloads: https://bitwarden.com/download We use GitHub issues as a place to track bugs and other development related issues. If your issue persists, please write us back using our “Contact support” form located on our Help Center (https://bitwarden.com/help/). You can include a link to this issue in the message content. Alternatively, you can also search for an answer in our help documentation or get help from other Bitwarden users on our community forums (https://community.bitwarden.com/c/support/). The issue here will be closed. Thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#28174