1

I am facing very strange issue in react native android build.

Facing this type of crash issue in latest uploaded build in play store, and actually I haven’t done anything if compare with previous version, I just change versionCode and versionName.

Also tried to google for “libfolly_futures.so”, but still not found any solution.

MainApplication.onCreate

java.io.IOException - could not delete: /data/user/0/<PACKAGE_NAME>/lib-0/libfolly_futures.so

enter image description here

enter image description here

enter image description here

And still this crashes are increasing every minute even if device is in background.

Thanks in advance, it would helpful for us if you have any solution.

1 Answer 1

0

After experimenting with various approaches, I discovered a single remedy that proved effective.

Since the problem is associated with the SoLoader library, I attempted to upgrade it to version 0.10.4.

implementation 'com.facebook.soloader:soloader:0.10.4+'

I also explored the option of updating the React Native version to 0.72.4.

I trust that this information will be beneficial to you.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.