android application crashes with exception StrongBox security storage is not available. android.security.keystore.StrongBoxUnavailableException: Failed to generate key
When try to launch android application getting issue : StrongBox security storage is not available. android.security.keystore.StrongBoxUnavailableException: Failed to generate key. Working fine for ios
Also getting this issue on .73 Android, API 34. It is preventing our RN upgrade at this time.
@ashu171093 I experienced this issue when upgrading from 0.69 to 0.73.
In my case I saw lots of somfile.so not found errors. This pointed me to problems with Facebook "SoLoader".
I followed this comment to bump my SoLoader version, and this error has gone away for me.
https://github.com/facebook/react-native/issues/34143#issuecomment-1199596695
@tj-mc Thanks for response. I will check by implementing latest version on soloader.
Hi @ashu171093, may I know are you able to resolve this issue?
I'm experiencing the same issues on Android (iOS works fine) and the below doesn't resolve my issue.
@ashu171093 I experienced this issue when upgrading from 0.69 to 0.73. In my case I saw lots of
somfile.so not founderrors. This pointed me to problems with Facebook "SoLoader". I followed this comment to bump my SoLoader version, and this error has gone away for me.
Has the above problem been fixed yet?
Trying to update Android SDK to 34 without updating the react-native version, so I'm currently on rn: 0.67.5. Updating the version of SoLoader helped me, but in my case there was
configurations.all { resolutionStrategy { force "com.facebook.soloader:soloader:0.9.0" } }
part of code in app/build.gradle. I had to update it to 0.10.4.
@ashu171093 I experienced this issue when upgrading from 0.69 to 0.73. In my case I saw lots of
somfile.so not founderrors. This pointed me to problems with Facebook "SoLoader". I followed this comment to bump my SoLoader version, and this error has gone away for me.
@lwin-kyaw In my case the issue is due to hermes enable . So for now I set enableHermes to false and rebuild project . Now android app launches without crash
Our project started getting this error with latest keychain version when enabling fabric