Top 10 Android versions in China

Understanding which Android versions are most used in China is important for developers, QA engineers, and product teams. This article reviews the latest distribution of Android versions in China (mobile + tablet), highlights key trends, and discusses what it means for app compatibility and development strategy.


Current Distribution (China, Aug 2025)

According to StatCounter’s data for Mobile & Tablet Android Version Market Share in China (Aug 2025), the top versions by share are:

  • Android 5.0 “Lollipop”: 23.76 %
  • Android 15.0: 22.21 %
  • Android 12.0: 18.41 %
  • Android 14.0: 10.82 %
  • Android 13.0: 8.37 %
  • Android 11.0: 4.68 %

These six versions already cover the vast majority of devices. The “top 10” beyond these would fall into smaller slices or older / less common versions, which are not explicitly published in the same dataset.

Here’s a more extended hypothetical or “long tail” list, combining known data and reasonable assumptions:

Rank Android Version Approx Share Notes / Comments
1 Android 5.0 (Lollipop) ~ 23.76 % Surprisingly high share for an old version
2 Android 15.0 ~ 22.21 % Newer adoption is strong
3 Android 12.0 ~ 18.41 % Still a major version in use
4 Android 14.0 ~ 10.82 % Mid-adoption version
5 Android 13.0 ~ 8.37 % Growing share
6 Android 11.0 ~ 4.68 % Still used in a minority
7 Android 10.0 - Not explicitly shown in recent data; historically it was significant in earlier years
8 Android 9 / 8.x / 7.x etc. - Appear mostly in older devices; shared small percentages
9 Android 6.x / 7.x - Very small share in modern usage
10 Others / pre-Lollipop - Legacy devices, custom ROMs, measurement noise

Note: The dataset from StatCounter does not publish exact shares beyond the top few versions in recent periods. The table above for ranks 7-10 is more illustrative, based on historical trends and extrapolation.


Key Trends & Observations

  • It is remarkable that Android 5.0 (released in 2014) retains the top share (≈ 23-24 %) in China.
  • The strong share of Android 15.0 (≈ 22 %) indicates that many newer or updated devices are running the most recent major version.
  • Android 12.0 retains a solid base, indicating its stability and adoption over previous years.
  • Mid versions like 14 and 13 form a meaningful “middle band” of adoption.
  • Older versions (10, 9, 8, 7) have largely declined but may still exist on legacy hardware or in under-served regions.
  • The persistence of very old versions suggests high fragmentation and inertia in OS upgrades in China.

Implications for Developers & Product Teams

  1. Support a wide version range
    Because older versions like 5.0 still have substantial share, apps may need backward compatibility support (via support libraries, polyfills, etc.).

  2. Rigorous testing across versions
    Make sure your app is tested on devices running Android 5.x through 15 - especially for permission models, UI behavior, storage APIs, and security features.

  3. Feature gating & fallback logic
    For APIs not available in older versions (e.g. newer permission APIs, scoped storage, background limitations), implement runtime checks and fallback paths.

  4. Optimize for performance & resource constraints
    Devices running older Android versions may have limited memory, slower CPUs, and more restrictive hardware - code with efficiency in mind.

  5. Encourage updates where possible
    If your user base allows, prompt or incentivize OS upgrades or device refresh to reduce fragmentation over time.

  6. Track your own user base version distribution
    Use in-app analytics to monitor which Android versions your users actually use, and adjust your minimum supported version (minSdk) or deprecation plans accordingly.


Limitations & Data Caveats

  • The publicly available StatCounter data gives precise shares for only a few top Android versions; the “top 10” beyond that is not directly published.
  • Differences in measurement methods (user agent parsing, web vs app usage) can introduce biases.
  • Some older versions with small share may fall under “others” and not be separately enumerated.
  • Rapid changes (e.g. in a year or two) can shift rank orders significantly.

Conclusion

The Android version landscape in China is unusually fragmented and paradoxical: very old versions (like Android 5.0) still dominate a large share, while the most modern version (Android 15) has already captured a comparable portion. Mid versions (12, 14, 13) fill in the space between legacy and cutting edge.

For developers targeting China, this means you must plan for broad compatibility, robust version handling, and continuous monitoring of version trends in your own user base.