Speech SDK for Java is Incompatible with Android 15+ Due to 16KB Page Size Requirement

Toshiki Takei 20 Reputation points
2025-05-16T06:23:07.7166667+00:00

As mentioned in the following GitHub issue, the Speech SDK includes native libraries that are not aligned with the 16KB page size requirement:

libMicrosoft.CognitiveServices.Speech.extension.kws.ort.so Not Aligned to 16KB Page Size, Blocking Google Play Store Submissions for Apps Targeting Android 15+

https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/2830

With Google’s new policy requiring 16KB page size alignment for native libraries in apps targeting Android 15 and above, I’m wondering if the Speech SDK will be updated to comply with this requirement before the policy goes into effect.

Does anyone have information or updates on whether support for 16KB page sizes is planned?

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
2,061 questions
{count} votes

Accepted answer
  1. Sina Salam 22,031 Reputation points Volunteer Moderator
    2025-05-16T13:06:19.19+00:00

    Hello Toshiki Takei,

    Welcome to the Microsoft Q&A and thank you for posting your questions here.

    I understand that you are having Speech SDK for Java is Incompatible with Android 15+ Due to 16KB Page Size Requirement.

    Regarding your question:

    Does anyone have information or updates on whether support for 16KB page sizes is planned?

    @kothapally Snigdha have really answered that clearly.

    Additionally, in the case of:

    libMicrosoft.CognitiveServices.Speech.extension.kws.ort.so Not Aligned to 16KB Page Size, Blocking Google Play Store Submissions for Apps Targeting Android 15+.

    This is a short-term workaround: If your app is blocked due to the 16KB page size issue:

    Then, for long-term solution: Monitor the official SDK repository on Azure-Samples/cognitive-services-speech-sdk - https://learn.microsoft.com/en-us/azure/ai-services/speech-service and watch the - https://learn.microsoft.com/en-us/azure/ai-services/speech-service/speech-sdk for updates.

    I hope this is helpful! Do not hesitate to let me know if you have any other questions or clarifications.


    Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. kothapally Snigdha 3,020 Reputation points Microsoft External Staff Moderator
    2025-05-16T11:23:50.2066667+00:00

    Hi @Toshiki Takei

    Currently, there has been no official announcement regarding whether or when the Speech SDK will be updated to support the 16KB page size requirement. I recommend monitoring the GitHub issue you linked for any updates from the development team, as they tend to be quite responsive to community concerns.

    I hope these help. I appreciate it!

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.