Unity Build Bug mapping new.... error

Im trying to solve this error more then 10 hours i tryed a lot of things but nothing is working.

UNITY VERSION IS: 2021.3.9f1

-I downloaded SDK 31, 32, 33 none of them worked.
-I completely deleted Unity and reinstalled it with every file.
-I changed scripting backend
-And tryed some of youtube videos which i dont remember what i did there.

Nothing is working when i build game like that i cant open it in device it shows black screen only.

Not: ignore shader errors it’s not relevant i think.


Here is my external tools tab

Here is my project settings

Android build not building:

Recently (circa July 2022) there have been reports of Unity’s installer failing to install the Android Tools.

If it’s not that, then here’s how to troubleshoot:

First, make a blank project with a single blank scene and prove that it builds successfully.

If it does NOT build, then go fix your Unity installation, or your other tools, such as Android SDK, NDK, JDK, etc.

Until you can build a blank project to the target platform, don’t fiddle with anything else.

Once you can build a blank project, now bisect the problem by bringing over parts of your current project and building it one subsystem at a time, perhaps stubbing things out that might trigger compiler errors.

Most often things that prevent building are third-party libraries such as Firebase.

Once you identify the subsystem, go to the documentation for it and make sure you are doing it correctly.

It may also be helpful to work through a tutorial or two for that subsystem.

I did that

Right, this is it. I was able to build it. Copy all folders and files inside cmdline-tools, create a new folder called Tools inside AndroidPlayer folder and paste there.

from the link you send and it worked sir thank you!

Oh no problem is not solved it come again…
i will try to update 2022 version now

And same thing in empty project to…