SDK location not appearing when trying to run project on intellij

Hi I’m new to using gradle. I’m trying to run a mobile game app on my laptop but it doesn’t seem to be working. I keep getting these error messages:

“SDK location not found. Define location with an ANDROID_SDK_ROOT environment variable or by setting the sdk.dir path in your project’s local properties file at ‘C:\Users\georg\Desktop\Buildbox - No edges\tutorial\android\local.properties’.”
And
" SDK location not found. Define location with an ANDROID_SDK_ROOT environment variable or by setting the sdk.dir path in your project’s local properties file at ‘C:\Users\georg\Desktop\Buildbox - No edges\tutorial\android\local.properties’. "

I’m not sure on what to do.

Many programmers suffer from this problem. This link ( Sdk location not found. define location with sdk.dir in the local.properties - Kodlogs.net ) contains the best solution I’ve ever seen. I got the solution from here, I think it will be very useful for you. Many thanks to the members of this website for discussing this topic.