Even though I downloaded Android Build Support, I can't get build.

Hi,
I am using Unity version 2020.3.30f1 (Unity Hub 3.1.1). I included Adroid Build Support when downloading and installing Unity from Download Archive. But it doesn’t seem to have been added. Then I downloaded Android Build Support manually (UnitySetup-Android-Support-for-Editor-2020.3.30f1.exe). But again the same thing happened.

The folders Unity told me do not have such folders:


Then I downloaded the SDK from jdk, ndk and android studio myself and added it to Unity. I downloaded Gradle 6.9 and added it to Unity the same way but at this time I got the error “Gradle Build Failed”


I’ve been trying to solve this problem for a week now, but I couldn’t. Thank you from now.

@RashadIbrahimli You need to uninstall it from the computer

Normally, the path to install the version should look like this: Program Files\Unity\Hub\Editor>version

“version” means the version you need (2020.3.30f1)

After that, open the Unity Hub, click on the “Installs” window and right click on your version. Click “Add Modules”, and you will be able to install Android SDK, NDK and JDK tools

And I think that’s all

I hope I was able to help you

@AlexShadow91
Do I have to remove Unity 2020 from Unity Hub and add it again, or do I have to uninstall it completely from the computer and download it again?
Thanks for answer.