Android: environment variables- NDK_ROOT, ANDROID_SDK_ROOT

Running the initial setup.py script, I’m asked for environment variables: NDK_ROOT, ANDROID_SDK_ROOT, and I’m not sure what these are. I’m using Android Studio, and I’ve installed the NDK.

Looking in the SDK Manager, it looks like ANDROID_SDK_ROOT would be the android sdk location given at the top, what about NDK_ROOT? (screenshot attached)

Thanks!

If anyone has the same problem, think I’ve found the proper paths, when installed from Android Studio:
NDK_ROOT: /Users/username/Library/Android/sdk/ndk-bundle
ANDROID_SDK_ROOT: /Users/username/Library/Android/sdk

You don’t need to worry about those variables unless you are doing command-line development. If you are using Studio then don’t set these