Currently Swift Build discovers the Android SDK and NDK under the default paths on each platform: - Windows: `%LOCALAPPDATA%\Android\Sdk` - macOS: `~/Library/Android/sdk` - Linux: `~/Android/Sdk` If ANDROID_SDK_ROOT and/or ANDROID_NDK_ROOT are set in the environment, those should override the default SDK and NDK location lookup, respectively.