Last 12 weeks · 12 commits
4 of 6 standards met
Repository: facebook/SoLoader. Description: Native code loader for Android Stars: 1424, Forks: 190. Primary language: Java. Languages: Java (98.1%), Starlark (1.9%). License: Apache-2.0. Latest release: v0.11.0 (2y ago). Open PRs: 4, open issues: 37. Last activity: 3d ago. Community health: 75%. Top contributors: simpleton, adicatana, michalgr, passy, dreiss, ttsugriy, joelmccall, cortinico, oprisnik, davyllll and others.
Request to update all dependencies, libraries, and project components to their latest stable versions. This includes but is not limited to: Updating all external libraries and dependencies in the project to their latest stable releases Ensuring build tools, scripts, and configuration files are current Testing the project after updates to confirm that all functionality remains intact and there are no breaking changes Documenting any significant changes or migration steps required due to updates Please provide a summary of major updates and any manual steps required.
We're having loading error when running app on Android emulator R level. Doesn't seems to appear on API 29. I've verified that the apk has correct architecture in the proper folder: After apk install the lib folder contains proper i386 .so-s. But when starting the app the folder contains ARM .so-s. See the relevant logcat in this gist https://gist.github.com/mfazekas/c593726e061a59d265835ead1c5db0dd Not sure if related but the log has those line: I can confirm that he file with length 997224 is 386. The arm version which is incorrectly used has bytes. https://github.com/react-native-mapbox-gl/maps/issues/737
Adding all supported abi path to load library from apk lib/[abi]/ Currently its adding path only for first supported abi. Due to this, few apps Lego Builder and Lingo Kids apps which uses library from arm64-v8a, but Soloader tries to load from first supported abi x86_64.