SDK 33+ issue when publish an app

When trying to publish an app, edit supported device does not recognize SDK 33 or 34. I tried adding sdktestclient and venezia like what another post suggested, it’s not working.

Someone figure it out yet?

Hi Liam,

If you’re getting an error message stating “android:minSdkVersion=‘33’; device requires ‘21’”, this means the app requires a minimum API level of 33, but the device only supports up to API level 22. Therefore, the app cannot be installed on that device.

For more information, please check out our guidance at: Troubleshooting Android Manifest and Device Filtering | App Submission

You can also find more guidance about Device Filtering and Compatibility at: Device Filtering and Compatibility | App Submission

Thank you for the links!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.