-
Notifications
You must be signed in to change notification settings - Fork 8
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
FaceLivenessDetector crashs on Android15 ( with 16kb page size support) #161
Comments
Thanks @vegeta2102 for the report and early Android 15 testing! Someone will take a look at this issue as soon as possible. |
Hi @vegeta2102, I've taken steps to attempt to support Android 15 devices with a 16kb page size. I was able to upgrade our own native lib. However, we also make use of tensorflow-light, which has not received 16kb page support yet. We are currently blocked until TensorFlow updates their own library to support 16kb page sizes. Tracking here: tensorflow/tensorflow#69459 We will keep a close eye on progress made on their end and update Liveness support when possible. |
@tylerjroach |
I can't give a specific date as were still waiting for TensorFlow release, but we will try to release our update shortly after to ensure no customer impact. |
@tylerjroach |
tensorflow/tensorflow#69459 (comment) |
Before creating a new issue, please confirm:
Which UI component?
Liveness
Gradle script dependencies
Environment information
Please include any relevant guides or documentation you're referencing
https://ui.docs.amplify.aws/android/connected-components/liveness
Describe the bug
In order to update Android 15 release next year I'm trying to build app on an emulator with Android 15 with support for 16KB page sizes.
Doc : https://developer.android.com/guide/practices/page-sizes
My app crashs on emultor Android 15( 16kb page size support)
Reproduction steps (if applicable)
Refer : https://developer.android.com/guide/practices/page-sizes#16kb-emulator
Code Snippet
Refer to this sample to implement
https://ui.docs.amplify.aws/android/connected-components/liveness
Log output
amplifyconfiguration.json
No response
Additional information and screenshots
Base on Android document about this problem , it seems the lib has to rebuild again to work on 16KB devices.
The text was updated successfully, but these errors were encountered: