-
Notifications
You must be signed in to change notification settings - Fork 176
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
App Bundle : couldn't find DSO to load: libfb.so #46
Comments
We have run into this as well. |
Since It has been 1 week after I post this issue, does anyone know if they are working on it or not? |
We are also having this problem 😢 |
SoLoader 0.8.0 should fix this problem. We didn't release a Fresco version that bundles it yet, but you can force the version, see facebook/react-native#25490 (comment) |
@oprisnik is there any idea when a new version for |
I am also waiting for a newest version of |
In the meantime, does forcing the SoLoader version to 0.8.0 not work for Conceal? |
+1 |
@oprisnik I tried, but I still have the same error. 😥 |
@JeromeCHA yeah, it doesn't work. :( |
Any update on this? |
They don't seem to support this any longer |
😱 |
please release new conceal version that use the latest soloader, back to using apk :( |
Tried it and facebook/react-native#25415 (comment) |
Tried this as well ... No luck :(
Brad Barnhill, MSN, RN
[email protected]
…On Sun, Feb 23, 2020, 8:06 PM illwiz ***@***.***> wrote:
In the meantime, does forcing the SoLoader version to 0.8.0
<facebook/react-native#25490 (comment)>
not work for Conceal?
@oprisnik <https://github.com/oprisnik> I tried, but I still have the
same error. 😥
Does anyone have tried?
Tried it and facebook/react-native#25415 (comment)
<facebook/react-native#25415 (comment)>
still facing java.lang.UnsatisfiedLinkError: couldn't find DSO to load:
libfb.so
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#46?email_source=notifications&email_token=AA5S2DQULZQ3A6QR7H5REUDREMTTZA5CNFSM4IP76PQKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMWOTRA#issuecomment-590145988>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA5S2DX65NQMHF7BFOKXU73REMTTZANCNFSM4IP76PQA>
.
|
There is one optimisation that might still work (it does in my case), instead of using plain old fat apk. We may still use aab, but disable splitting by architecture. To do this, we have to add a bundle {} block within the android {} block in the build.gradle file:
Of course, it's still just a workaround. |
This is not a workaround as some of us the major benefit of bundling would come from splitting by arch. |
Yep, I know. I'm lucky that in my app the main benefit comes from splitting by resources. Another thought was, maybe it would be possible to still split by arch and everything, but keep a dependency (conceal in this case) fat (?). But I didn't pursue this further. |
I'm working on getting rid of conceal now by replacing it with the AndroidX
security lib.
Brad Barnhill, MSN, RN
[email protected]
…On Fri, Jun 5, 2020, 12:50 AM kakali ***@***.***> wrote:
This is not a workaround as some of us the major benefit of bundling would
come from splitting by arch.
Yep, I know. I'm lucky that in my app the main benefit comes from
splitting by resources. Another thought was, maybe it would be possible to
still split by arch and everything, but keep a dependency (conceal in this
case) fat (?). But I didn't pursue this further.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#46 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA5S2DX64ETIKKAKSABLDP3RVCBTVANCNFSM4IP76PQA>
.
|
Hi @barnhill, Did you successfully migrate the library? How can we decrypt old data? Is there a way to decrypt old data without Conceal lib? |
We left the conceal lib in and decrypted with it. Then we encrypted with Tink. After several months of converting in place we removed conceal. |
See the issues REPO |
Version 0.10.3 has been released which includes this fix. |
We tried to use App Bundle on our native Android app, but it crashes right after we launch the installed apks with the following error:
With apk, it works fine.
Even the "patched" here, on the merged PR, doesn't work for us #26
We've made some research and it looks like it is related to this issue, but we couldn't figure out how to fix it. facebook/react-native#23764
Should we have to wait until this issue is fixed? or does anyone know how to fix it?
Edit: We are using
implementation ("com.facebook.conceal:conceal:2.0.2@aar")
Thank you in advance :)
The text was updated successfully, but these errors were encountered: