You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The root cause of this order is the logic problem of Facebook sdk soloader shown in the stack. However, the triggering factors are as follows:
The running model is a 64bit only model. The system shared library only has the system/lib64 directory and no system/lib directory.
When the application is installed as a bulk package, it relies on the system's so library, which is not stored in data/app/xxxx/lib/arm64 according to the normal installation path, but exists in the application's private data directory data/user/0/xxxxx /lib-0
After the above conditions are met, facebook sdk will judge on its own the lack of dependent system/lib/catalog files and throw an exception, and the stack will not be called to the system level.
Checklist before submitting a bug report
Java version
NA
Android version
Android 14
Android SDK version
33
Installation platform & version
im.kumu.ph, com.xb.topnews
Package
Core & AppEvents
Goals
Please compatible with 64bit only models to avoid this exception.
Expected results
Apps can be launched normally in 64bit only device
Actual results
APPs crash https://drive.google.com/file/d/15NIAWgRkcV1G2CGoGhAeM4ZQXkfqr9qt/view?usp=sharing
Steps to reproduce
Install the apps--open the app--Observe
Code samples & details
// INSERT YOUR CODE HERE
The text was updated successfully, but these errors were encountered: