[How to Solve] React Native SDK location not found

React Native

java.lang.RuntimeException: SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable.

Configure the environment variables, create a new local.properties in the Android project, and write sdk.dir=/Users/{name}/Library/Android/sdk in local.properties

 

Similar Posts: