You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This also fixes the Android support to recognize an NDK even when an SDK is not present, which might be the case for some installations not driven through Android Studio (for example, NDK as installed by the chocolatey package manager on Windows, or installed manually into some directory).
Copy file name to clipboardExpand all lines: Sources/SWBAndroidPlatform/AndroidSDK.swift
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -266,16 +266,16 @@ public import Foundation
266
266
}
267
267
}
268
268
269
-
fileprivateextensionAndroidSDK.NDK{
269
+
extensionAndroidSDK.NDK{
270
270
/// The location of the Android NDK based on the `ANDROID_NDK_ROOT` environment variable (falling back to the deprecated but well known `ANDROID_NDK_HOME`).
/// Location of the Android NDK installed by the `google-android-ndk-*-installer` family of packages available in Debian 13 "Trixie" and Ubuntu 24.04 "Noble".
277
277
/// These packages are available in non-free / multiverse and multiple versions can be installed simultaneously.
0 commit comments