I'm trying to clone this project iTracing App on my mac (Android Studio) but getting the error:
Error:(31, 0) SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable. Blockquote
I've tried all the solution regarding changing dir path to sdk.dir = /Users/USER_NAME/Library/Android/sdk
after creating file named
local.properties
in root path of the project folder.