googlesamples / googlesamples/mlkit
[Bug report] CRITICAL MLKit does not support 16KB memory page size
Open
- Dominant language
- Kotlin
- Stars
- 4.3k
- Forks
- 3.1k
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
Attached is the screenshot from the playstore indicating that libface_detector_v2_jni.so does not support 16KB memory page size.
Upon furthur investigation, I found that [NDKs need to be uncompressed to comply with this new requirement](https://developer.android.com/guide/practices/page-sizes#build) and indeed after I analysed the build, it shows that it's compressed:
**SDK Info:**
- com.google.mlkit:face-detection:16.1.7
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.