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
To cross-compile swift-inspect for Android, some additional parameters must be passed to the build tool to locate the toolchain and necessary libraries.
37
+
To cross-compile swift-inspect for Android on Windows, some additional parameters must be passed to the build tool to locate the toolchain and necessary libraries.
38
38
39
-
~~~
39
+
~~~cmd
40
40
set ANDROID_ARCH=aarch64
41
41
set ANDROID_API_LEVEL=29
42
42
set ANDROID_NDK_ROOT=C:\Android\android-sdk\ndk\26.3.11579264
43
-
set SWIFT_ANDROID_SDK_ROOT=%LOCALAPPDATA%\Programs\Swift\Platforms\0.0.0\Android.platform\Developer\SDKs\Android.sdk
44
-
swift build --triple %ANDROID_ARCH%-unknown-linux-android%ANDROID_API_LEVEL% `
0 commit comments