SDK location not found. Define a valid SDK location with an ANDROID_HOME environment variable or by setting the sdk.dir path in your project's local properties file at '/Users/palpalz1/main-mobile/android/local.properties'.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at <https://help.gradle.org>.

[안드로이드 에러 해결] SDK location not found

해결방법

프로젝트 폴더 > android > local.properties

local.properties 파일의 경우 SDK의 위치 경로를 가지고 있는 프로퍼티 파일이다.

sdk.dir=/Users/프로젝트명/Library/Android/sdk