Android 15 and 16 support
Android 15和16的支持
September 26, 2025 by Bruno Vunderl | Comments
2025年9月26日作者:Bruno Vunderl
Hey! If you have a Qt application published on Google Play Store, you might have recently received a few notifications that ask you to update your application with the latest features and requirements from Google. Let's take a look at the latest requirements and give you a quick way to get your application in a good shape.
嘿!如果在Google Play商店上发布了Qt应用程序,可能最近收到了一些通知,要求使用Google的最新功能和要求更新应用程序。让我们来看看最新的要求,并提供一种快速的方法来让应用程序处于良好的状态。
Google Play Store requirements
Google Play商店要求
Android 15 support
Android 15支持
Android 15 support is going to be required for your application if you plan to update your application or post a new application to Google Play Store. Deadline for that has already passed on August 31st 2025 but you can easily request extension to November 1st 2025 through your Play Console. There are some exceptions to this case for TV and Android Automotive apps and you can read the original guideline in full over here.
如果计划更新应用程序或将新应用程序发布到Google Play商店,应用程序将需要Android 15支持。截止日期已经过了2025年8月31日,但可以通过游戏控制台轻松申请延长至2025年11月1日。电视和安卓汽车应用程序也有一些例外情况,可以在此处阅读完整的原始指南。
Starting August 31 2025:
从2025年8月31日开始:
- New apps and app updates must target Android 15 (API level 35) or higher to be submitted to Google Play; except for Wear OS, Android Automotive OS, and Android TV apps, which must target Android 14 (API level 34) or higher.
- 新应用程序和应用程序更新必须以Android 15(API 35级)或更高版本为目标才能提交到Google Play;Wear操作系统、Android汽车操作系统和Android电视应用程序除外,它们必须以Android 14(API 34级)或更高版本为目标。
- Existing apps must target Android 14 (API level 34) or higher to remain available to new users on devices running Android OS higher than your app’s target API level. Apps that target Android 13 (API level 33) or lower, including Android 12 (API level 31) or lower for Wear OS and Android TV, will only be available on devices running Android OS that are the same or lower than your apps’ target API level.
- 现有应用程序必须以Android 14(API 34级)或更高版本为目标,才能在运行高于应用程序API目标级别的Android操作系统的设备上对新用户保持可用。以Android 13(API 33级)或更低版本为目标的应用程序,包括Wear OS和Android TV的Android 12(API 31级)或更低版本,将仅在运行与应用程序的目标API级别相同或更低的Android OS的设备上可用。
You will be able to request an extension to November 1, 2025 if you need more time to update your app.
如果需要更多时间来更新你的应用程序,可以申请延期至2025年11月1日。
All of the latest Qt versions support Android 15 already so in case you receive this warning, you need to download new Qt release using Qt Maintenance tool or your favorite distribution channel, potentially update your Android Manifest and rebuild your application. Not only will your application get support for Android 15 but also for Android 16.
所有最新的Qt版本都支持Android 15,因此,如果收到此警告,需要使用Qt维护工具或最喜欢的分发渠道下载新的Qt发行版,可能会更新Android Manifest并重建应用程序。应用程序不仅将获得Android 15的支持,还将获得Android 16的支持。
Edge-to-edge support
边缘到边缘支持
Next requirement from Google Play Console concerns display cutouts such as the ones for front-facing camera module in your display. This has been brought as a requirement to Android SDK version 35 aka Android 15. You can read more about it over here.
Google Play Console的下一个要求涉及显示器切口,例如显示器中前置摄像头模块的切口。这是Android SDK版本35(即Android 15)的一项要求。可以在这里阅读更多关于它的信息。

Video taken from developers.android.com
To resolve it with Qt you need to update your app to one that supports Android 15 and you can read more about SafeArea support in our blog post.
要使用Qt解决这个问题,需要将应用程序更新为支持Android 15的应用程序,可以在我们的博客文章中阅读更多关于SafeArea支持的信息。
16KB page size support
16KB页面大小支持
Latest requirement from Google Play Console concerns the support for 16KB page sizes. Official announcement is available here. Since Android 15, 16KB pages can be turned on in Developer options of your Android device while they might be automatically on on Android 16. The idea behind 16KB pages is that applications will have faster startup times, improved battery usage and system startup will be quicker.
Google Play Console的最新要求是支持16KB的页面大小。官方公告可在此处获取。从Android 15开始,16KB的页面可以在Android设备的开发者选项中打开,而在Android 16上可能会自动打开。16KB页面背后的想法是,应用程序的启动时间会更快,电池使用率会提高,系统启动也会更快。
16 KB Google Play compatibility requirement
16KB Google Play兼容性要求
Starting November 1st, 2025, all new apps and updates to existing apps submitted to Google Play and targeting Android 15+ devices must support 16 KB page sizes on 64-bit devices.
从2025年11月1日开始,所有提交到Google Play并针对Android 15+设备的新应用程序和现有应用程序的更新都必须在64位设备上支持16KB的页面大小。
To bring this feature to your application, you will have to rebuild your application with one of the Qt versions that support Android 15. Check below for the breakdown of the versions.
要将此功能带到应用程序中,必须使用支持Android 15的Qt版本之一重新构建应用程序。请查看下面的版本细分。
Upgrade paths
升级路径
Let's take a look at Qt for Android and Qt Quick for Android versions and their support for Android versions, including Long Term Supported (LTS) versions.
让我们来看看Qt for Android和Qt Quick for Android版本及其对Android版本的支持,包括长期支持(LTS)版本。
6.5 LTS
- Android 6 - 15
- Will receive no new Android version updates
- 将不会收到新的Android版本更新
- 16KB pages support will be available with 6.5.11 in November 2025 for commercial customers (due to LTS)
- 2025年11月,6.5.11版本将为商业客户提供16KB页面支持(由于LTS)
6.8 LTS
- Android 9 - 15
- Android 16 support will be available with 6.8.5 in October 2025 for commercial customers (due to LTS)
- Android 16支持将于2025年10月为商业客户提供6.8.5版本(由于LTS)
- Android 17 support will be available in summer of 2026, if Android 17 is released in early summer 2026
- 如果Android 17在2026年初夏发布,则Android 17支持将于2026年夏季提供
- 16KB pages support will be available with 6.8.5 in October 2025 for commercial customers (due to LTS)
- 2025年10月,商业客户将获得6.8.5版本的16KB页面支持(由于LTS)
6.9
- Android 9 - 15
- Android 16 support will be available with 6.9.3 in late September 2025
- 16KB pages support will be available with 6.9.3* in October 2025
- Will receive no new Android version updates
- *FFMPEG is still not 16KB page ready, so if you need that recommendation is to use 6.10.1
6.10
- 6.10 is set to be released in October 2025
- 6.10将于2025年10月发布
- Android 9 - 16
- Supports 16KB pages out-of-the-box
- 支持开箱即用的16KB页面
- Will receive no new Android version updates
- 将不会收到新的Android版本更新

The guidelines for selecting supported Android versions for each Qt release were previously outlined in the post titled "Qt for Android Supported Versions Guidelines". Qt releases will continue to support the LTS versions of the Android NDK.
为每个Qt版本选择支持的Android版本的指南之前在标题为“Qt for Android支持的版本指南”的帖子中进行了概述。Qt版本将继续支持Android NDK的LTS版本。
At the moment, Android 9 (API 28) is 7 years old and according to API Levels it is deployed on around 3.2% of the devices. This will percentage will likely continue dropping but some of our users have shared concerns that Android TV devices still use it and that TVs equipped with Android 9 might stay on the market for a few more years. We currently plan to retain Android 9 as the lowest supported SDK until Android 10 and later market share covers 90%, latest guesstimate to be until Qt 6.13. which is set to be released in spring of 2027.
目前,Android 9(API 28)已有7年历史,根据API级别,它部署在约3.2%的设备上。这一比例可能会继续下降,但我们的一些用户也担心Android电视设备仍在使用它,配备Android 9的电视可能会在市场上再呆几年。我们目前计划保留Android 9作为最低支持的SDK,直到Android 10和更高版本的市场份额达到90%,最新估计是在Qt 6.13之前。它将于2027年春季发布
1万+

被折叠的 条评论
为什么被折叠?



