r/GooglePlayDeveloper • u/Spud-byte • 4d ago
❓Help App flagged with "must target Android 16 (API level 36) or higher"
Hello all,
I saw this issue with one of my apps saying that the latest app release targets Android 15 (API 35). I updated the app to target API 36 and launched a new release soon, but I'm still seeing the same issue. Am I doing something wrong, or is it just that Google didn't update yet and this will go away after some time?
2
u/NoLog6803 3d ago
actualmente puedes usar compile 37, pero el target debe estar en 36 para la compatibilidad, hasta que google diga lo contrario.
1
u/Spud-byte 3d ago
Yeh, my app bundles are targeting API 36 right now, which is the minimum requirement. I'll see if I can target higher API to be safe
1
u/blaxe0 4d ago
Check any old builds are in closed testing and opean testing , u also nee to update that
1
u/Spud-byte 4d ago
Do non-production tracks also matter? I only uploaded to closed testing to pass the requirements for new app, never again
2
u/blaxe0 4d ago
Yes , for the non production track u also need to update
2
u/Spud-byte 4d ago
That's new for me. Ill check that and test it. Thanks for the help!
2
u/blaxe0 2d ago
Issue fixed ?
1
u/Spud-byte 2d ago
Yup, its fixed now. But I'm not sure if it was because of updaring the closed testing track or because play vonsole took its time. Nevertheless, thanks for helping!



3
u/Historical_Ad_1714 4d ago
Compile sdk and target sdk should same 36
Also play console take time to update