-
Notifications
You must be signed in to change notification settings - Fork 764
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Crash on SO Loader #657
Comments
I have the same crash in my app. I can 100% reproduce by using emulator with android 8.0 version |
For now adding: |
Thanks for your hints. Let me try tomorrow |
It works. Thanks again. |
@Junaid-Sakib Please close the issue. Thanks |
Just to update here, with the above fix - I still got a crash on a Xaiomi device today. Brand: Xiaomi
|
Hello! I have the same error... |
Version
//Litho
implementation "com.facebook.litho:litho-core:$versions.lithoVersion"
implementation "com.facebook.litho:litho-widget:$versions.lithoVersion"
kapt "com.facebook.litho:litho-processor:$versions.lithoVersion"
implementation 'com.facebook.soloader:soloader:0.5.1'
implementation "com.facebook.litho:litho-fresco:$versions.lithoVersion"
testImplementation "com.facebook.litho:litho-testing:$versions.lithoVersion"
implementation "com.facebook.litho:litho-sections-core:$versions.lithoVersion"
implementation "com.facebook.litho:litho-sections-widget:$versions.lithoVersion"
compileOnly "com.facebook.litho:litho-sections-annotations:$versions.lithoVersion"
kapt "com.facebook.litho:litho-sections-processor:$versions.lithoVersion"
where lithoVersion = lithoVersion : '0.34.0'
Issues and Steps to Reproduce
generated from a prod app, stacktrace via Firebase.
Expected Behavior
Should not crash
Link to Code
This is not happening in my .apk bundle but aab bundle
The text was updated successfully, but these errors were encountered: