-
Notifications
You must be signed in to change notification settings - Fork 955
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flipper for Android crashes on startup on systems using a 16KB Page size #5634
Comments
We are seeing similar behavior, when going through the steps described here, the |
+1. I think the flipper library owners need to do something similar to how things were handled here Solution: |
Yes, we need build again to support 16kb page size |
Android 15 was released to AOSP yesterday https://android-developers.googleblog.com/2024/09/android-15-is-released-to-aosp.html Do you expect this to be prioritized any time soon? Thanks for your work on open source software. Edit: There is a release date now https://www.androidheadlines.com/exclusive-android-15-ota-google-pixel |
Any workaround? |
I think we need to make sure there are updates to the child dependencies and then create a PR with the updates Do we know which child libraries need to be updated? |
🐛 Bug Report
As described in https://developer.android.com/guide/practices/page-sizes, Android 15 adds support for devices that use a 16KB page size. When running an app set up with Flipper on one of these devices, the following crash occurs:
To Reproduce
Set up Flipper in an Android app. Run the app on an emulator with a system image that uses a 16KB page size.
Environment
Android Emulator 35.1.4
Google APIs Experimental 16k Page Size Intel x86_64 Atom System Image - API Level VanillaIceCream - Revision 1
com.facebook.soloader:soloader:0.11.0
com.facebook.flipper:flipper:0.250.0
com.facebook.flipper:flipper-network-plugin:0.250.0
com.facebook.stetho:stetho:1.6.0
com.facebook.stetho:stetho-okhttp3:1.6.0
The text was updated successfully, but these errors were encountered: