microsoft / microsoft/onnxruntime-extensions
Request: Publish a New Android Release with the 16 KB Page Size Compatibility Fix
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 479
- Forks
- 144
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 11
Description
Hi team,
Could we get a new Android release (AAR) published to Maven Central soon?
Context:
Android 15 is enforcing 16 KB page size compatibility. The core onnxruntime Android package has been fully compatible with 16 KB page sizes since version 1.27.0.
The necessary 16 KB alignment fixes for onnxruntime-extensions were merged into the source code around February 2026. However, the latest Android AAR available on Maven Central (0.13.0) still predates these fixes.
Currently, downstream Android apps using the extensions library fail on 16 KB devices because the published native binaries are still aligned for 4 KB pages.
Publishing a new version, such as 0.15.0, from the latest master branch would resolve this issue for the Android ecosystem. Thanks for your hard work!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the latest master branch and the Android AAR release process. Confirm that the 16 KB alignment fixes are included, publish a new version such as 0.15.0 to Maven Central, and verify that downstream Android apps can use the published native binaries on 16 KB page-size devices.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, cpp
- Domain
- mobile, release
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100