Skip to content

Commit 4ad7ed5

Browse files
committed
add to troubleshooting guide
1 parent d84ad61 commit 4ad7ed5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/platforms/flutter/troubleshooting.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ flutter build apk --target-platform=android-arm --split-per-abi
3333

3434
The configuration for symbolication of Native events (C/C++) is documented in our [Android Native Development Kit](/platforms/android/configuration/using-ndk/) content. If you are having issues with symbolication in Flutter, check that your configuration is correct, as discussed in our Flutter content that covers [Uploading for Android NDK](/platforms/flutter/upload-debug/#uploading-for-android-ndk)
3535

36+
## Support 16 KB Page Sizes on Android
37+
38+
Starting with Android 15, AOSP supports devices with a 16 KB page size. If your app uses NDK libraries (directly or via an SDK), you’ll need to rebuild it for compatibility with these devices.
39+
40+
Update to Sentry Flutter SDK version `8.11.0` and above order to support 16 KB page sizes on Andorid devices.
41+
42+
Please read the [Andorid developer documentation](https://developer.android.com/guide/practices/page-sizes) to update and test your app with 16 KB page size support.
43+
3644
## Native Symbolication on iOS/macOS
3745

3846
Flutter `split-debug-info` and `obfuscate` flags are supported on iOS/macOS. They require compiling your app using Flutter, version `3.7.0` and above and the Sentry Flutter SDK, version `6.10.0` and above.

0 commit comments

Comments
 (0)