-
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
java.io.FileNotFoundException: open failed: EACCES (Permission denied) #88
Comments
which version are you using? |
@simpleton sorry for the late response. This is the version I'm using. |
It's too old...
…On Fri, Nov 19, 2021 at 3:20 PM Felipe Augusto ***@***.***> wrote:
@simpleton <https://github.com/simpleton> sorry for the late response.
This is the version I'm using.
[image: Screen Shot 2021-11-19 at 20 19 45]
<https://user-images.githubusercontent.com/4633618/142703173-40aa016d-c24c-41fc-98c8-8158735eb5a0.png>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#88 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADO6YSKA4TD2NMJD5GEEI3UM3LS3ANCNFSM5HZHSVOA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
@simpleton this is the version used by React Native by default. Do you know if we have a recommended version to upgrade? I can try to do this and check if solve this issue ( I'm only worried because it is the version chosen by react-native to be used ). |
hi, we started receiving the very same issue. we are on
|
Same is happening for us for SoLoader |
Also encountering this issue on SoLoader 0.10.3 in a production app. The overwhelming majority of our crashes are coming from Pixel devices, but there are a handful of Motorola and Samsung as well. All are on SDK 31 or SDK 32 (Android 12). If anyone has steps to re-create this, that would be great. |
Can you share some crash backtace?
…On Mon, Jun 6, 2022 at 1:53 PM Eric Bachhuber ***@***.***> wrote:
Also encountering this issue on SoLoader 0.10.3 in a production app. The
overwhelming majority of our crashes are coming from Pixel devices, but
there are a handful of Motorola and Samsung as well.
—
Reply to this email directly, view it on GitHub
<#88 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADO6YU2HCQNXEUO66IZ3E3VNZQNPANCNFSM5HZHSVOA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Have not been able to re-create it yet, so the only info I have is from Android Vitals on Google Play
|
should be fixed in b28033f |
duplicate #100 |
Summary: **Feature** Support pre-computing the dependency **Fixes** Wrongly loaded directApkLdPath(facebook/SoLoader#104) SoLoader causes crashes on migration to an Android 12 device(facebook/SoLoader#100, facebook/SoLoader#88 ) Fix race condition in SoLoader#init(facebook/SoLoader#99) **Full Changelog**: facebook/SoLoader@v0.10.3...v0.10.4 Reviewed By: charles011 Differential Revision: D37525875 fbshipit-source-id: a64e4021012128fe4a78d3ec9e955dae2ae35926
Hello,
My application is crashing only when running on Android 5.X. Here are the details about the error:
Error Stacktrace:
Enviroment:
Details
The error happens when opening the application, only on Android 5.X versions.
Already tried to add
android:requestLegacyExternalStorage="true"
to the AndroidManifest.xml, with no success.The text was updated successfully, but these errors were encountered: