Replies: 2 comments
-
That's a very interesting development, thanks for sharing! Are there any plans lands these SDKs somewhere under |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, we will eventually be adding the Android SDK to the Swift community CI system with the hopes of graduating to a fully-supported platform. That's a long process (Windows is still not there after many years), but offering people insights into which projects are Android-compatible will be a good first step along this road. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
An installable Swift 6.0.1 SDK Bundle for Android has recently been published at https://github.com/finagolfin/swift-android-sdk. Android would make a great addition to the build compatibility list. And unlike the windows support issue, this should be fairly straightforward to implement, since it can be added onto the Linux build. After running
swift sdk install …
, you'd simply need to compile withswift build --build-tests --swift-sdk aarch64-unknown-linux-android24
.Beta Was this translation helpful? Give feedback.
All reactions