Empty project doesn't build

I have just started a new project using the 2D mobile template.

Switched version to Android, Unity 2022.3.25f1.

I set up the icon and the splashscreen that’s all. Then I build a test APK and:

Hey @sentendo , try setting the Target Api Level to 33 explicitly in the Player Settings and try again. If that doesn’t work go to where your SDK is installed, in your case F:\Programs\Unity Editors\2022.3.25f1\Editor\Data\PlaybackEngines\AndroidPlayer\SDK\cmdline-tools\6.0\bin\sdkmanager.bat

run the command sdkmanager.bat --licenses and accept all.

This issue looks like a problem with the hub, I’ll make sure to report it.

It worked! Thank you!