In short
Why does my app not appear on newer phones?
Google Play maintains a floor for the Android version an app targets, and raises it every year. An app below the floor is not deleted from the store but becomes undiscoverable on devices running Android newer than its target; users who already installed it carry on. As of 31 August 2026, new apps and updates are expected to target Android 16, that is API level 36.
How does the rule work?
Play maintains a floor for the Android version an app targets and moves that floor up one release each year. An app below the floor is not removed from the store; it simply is not listed on devices running Android newer than its target. The app does not disappear — the reachable audience quietly narrows.
As of 31 August 2026 the target for new apps and updates is Android 16 — API level 36. There are exceptions by device class: Android 15 for Wear OS and Android Automotive apps, Android 14 for Android TV and XR apps.
Searches this page answers
- app not showing on new phones
- google play target api level
- target sdk requirement 2026
- is api level 36 required
- app not listed play store
- raise android target sdk
Why does nobody notice?
Because nothing breaks. The app runs, existing users use it, updates flow, the store page is intact. The only change is that someone with a new device cannot find it in search — and that person does not tell you, they download something else.
So the symptom is commercial rather than technical: new installs fall, conversion degrades, campaign results stop making sense. If an app has not been updated for three years, the device pool it can reach today is a fraction of the one it launched into.
| App type | Version to target |
|---|---|
| Phone and tablet | Android 16 (API 36) |
| Wear OS | Android 15 (API 35) |
| Android Automotive | Android 15 (API 35) |
| Android TV | Android 14 (API 34) |
| XR | Android 14 (API 34) |
When should the upgrade be planned?
Ahead of the date, not against it. Raising the target is not only a configuration change; each Android release alters behaviour in permissions, background execution and storage access, and the app has to comply. Testing that compliance takes time.
The rhythm that works: start testing when the new Android version ships, raise the target a few months before the deadline, and get that build into the field. Then a regression leaves you time to fix it. Left to the final week, the fix and the deadline compress into the same calendar.
Sources
- 01Google Play target API level requirementsGoogle · 2025
- 02Register for a Google Play Console developer accountGoogle Play Console Help · 2026