Crash "com.facebook.soloader.SysUtil.dumbDeleteRecursive"
See original GitHub issueStarting from May 21, most of our users’ devices began to crash with an error:
java.lang.RuntimeException:
at android.app.ActivityThread.handleBindApplication (ActivityThread.java:7409)
at android.app.ActivityThread.access$2400 (ActivityThread.java:251)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2284)
at android.os.Handler.dispatchMessage (Handler.java:110)
at android.os.Looper.loop (Looper.java:219)
at android.app.ActivityThread.main (ActivityThread.java:8393)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:513)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1055)
Caused by: java.lang.RuntimeException:
at com.facebook.soloader.SoLoader.init (SoLoader.java:214)
at com.ultimateguitar.ugpro.MainApplication.onCreate (MainApplication.java:163)
at android.app.Instrumentation.callApplicationOnCreate (Instrumentation.java:1202)
at android.app.ActivityThread.handleBindApplication (ActivityThread.java:7393)
Caused by: java.io.IOException:
at com.facebook.soloader.SysUtil.dumbDeleteRecursive (SysUtil.java:119)
at com.facebook.soloader.UnpackingSoSource.deleteUnmentionedFiles (UnpackingSoSource.java:207)
at com.facebook.soloader.UnpackingSoSource.regenerate (UnpackingSoSource.java:264)
at com.facebook.soloader.UnpackingSoSource.refreshLocked (UnpackingSoSource.java:321)
at com.facebook.soloader.UnpackingSoSource.prepare (UnpackingSoSource.java:414)
at com.facebook.soloader.SoLoader.initSoSources (SoLoader.java:322)
at com.facebook.soloader.SoLoader.init (SoLoader.java:200)
at com.facebook.soloader.SoLoader.init (SoLoader.java:182)
at com.facebook.soloader.SoLoader.init (SoLoader.java:212)
We tested different ideas starting with targetSDKVersion=30 and different versions of the RN.
- react-native 0.63.3
- Android App Bundle
- Android 9, 10, 11
Issue Analytics
- State:
- Created 2 years ago
- Reactions:11
- Comments:8 (2 by maintainers)
Top Results From Across the Web
React-Native error on deployment update in google playstore ...
This is an issue with respect to react-native. It has been resolved in the version RN 0.68.0. Here is the documentation to the...
Read more >Joe Sandbox Cloud Basic - Analysis Report 37342
Source: com.facebook.soloader.SysUtil;->dumbDeleteRecursive:15, API Calls in same method context: File.listFiles,File.delete. Source: okhttp3.internal.io.
Read more >리액트 네이티브[React Native] 한국 사용자 그룹 | 리엑트 ... - Facebook
Crash "com.facebook.soloader.SysUtil.dumbDeleteRecursive" · Issue #77 · facebook/SoLoader. Starting from May 21, most of our users' devices began to crash ...
Read more >Facebook SoLoader Statistics & Issues - Codesti
Crash "com.facebook.soloader.SysUtil.dumbDeleteRecursive", open, 8, 2021-05-29, 2022-11-25, -. Android app bundle crashes of soloader, closed ...
Read more >Soloader IO exception - bytemeta
When the user updates my app, it's showing this error and the app is crashing. ... SysUtil.dumbDeleteRecursive (SysUtil.java) at com.facebook.soloader.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Also having the same issue on my last android release (released on May 19), I am using react native 0.64.1.
Stacktrace:
Some stuff I realized:
Edit I was able to fix the problem by adding this to my root build.gradle:
And also this to my app/build.gradle:
It was a very critical issue. It is happened when we deploy application with RN version downgrade from 0.66.1 to 0.64.1.