Unable to detect SDK in the selected directory unity

I am trying to build an Android game. When I am select SDK file in Edit>Preferences>External Tools, I am seeing this message:
Unable to detect SDK in the selected directory

Inside SDK Folder:

and this is path:
C:\Program Files\Unity\Hub\Editor\2019.2.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Tools\build-tools

and I downloaded SDK files (Command line tools only) from Download Android Studio & App Tools - Android Developers as I can’t download it from Unity Hub.

Please help

https://answers.unity.com/questions/1320634/unable-to-list-target-platforms-when-i-try-to-buil.html?_ga=2.231544863.1658053718.1584960161-1728369177.1518792139#

Try this one, the tools folder solved my problem! You should be able to copy the tools folder (mine was missing from the SDK folder) You can find it here https://dl.google.com/android/repository/tools_r25.2.3-windows.zip

same problem! can eanybody help?

I’m having the same issues, I’ve went to “https://developer.android.com/studio/index.html” from the “Unity - Manual: Android SDK Setup” followed all the instructions… although this line just confuses the shit out of me:
“5. Add the Android SDK path to Unity
The first time you build a project for Android (or if Unity later fails to locate the SDK), you will be asked to locate the folder where you installed the Android SDK. Select the root folder of the SDK installation. If you wish to change the location of the Android SDK, in the menu bar go to Unity > Preferences, then click External Tools.”

To me this is not helpful (probably just because I have no clue what I’m doing) - yes I know I need to select the SDK folder although no where does it say where I need to go to get the SDK from… and downloading the software from android studio (https://developer.android.com/studio/index.html) isn’t helpful as that is similarly as confusing!

Here I thought the most complicated section of game creation was … creating and coding the game… apparently exporting has proven to be just as complicated!!!