<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/native-swift-on-android-part-1-setup-compiling-running-and-testing-xqboegqht" -->

---
title: Native Swift on Android, Part 1: Setup, Compiling,...
description: Skip has released a technology preview of a native Swift toolchain and driver for Android, enabling developers to compile, run, and test Swift code on Android...
canonical: https://daily.dev/posts/native-swift-on-android-part-1-setup-compiling-running-and-testing-xqboegqht
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Native Swift on Android, Part 1: Setup, Compiling, Running, and Testing | daily.dev
og:description: Skip has released a technology preview of a native Swift toolchain and driver for Android, enabling developers to compile, run, and test Swift code on Android...
og:url: https://daily.dev/posts/native-swift-on-android-part-1-setup-compiling-running-and-testing-xqboegqht
og:image: https://api.daily.dev/og/posts/XqbOegqHt.png
og:image:alt: Native Swift on Android, Part 1: Setup, Compiling, Running, and Testing
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Native Swift on Android, Part 1: Setup, Compiling, Running, and Testing

**[Skip](https://daily.dev/sources/skip-tools)** · 7 min read · 0 upvotes · 0 comments

## Summary

Skip has released a technology preview of a native Swift toolchain and driver for Android, enabling developers to compile, run, and test Swift code on Android devices or emulators directly from macOS. The setup involves installing a Swift 6.0 Android SDK via Homebrew and using the `skip android` driver to execute Swift executables and XCTest suites on Android. The post walks through creating a Hello World app, running it on both macOS and Android, and running the swift-algorithms test suite on Android. It notes that Android's Linux heritage may cause platform-specific differences compared to Darwin/macOS. Future installments will cover bridging compiled Swift with Java/Kotlin APIs and building full Android apps with SwiftUI via Jetpack Compose.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://skip.dev/blog/native-swift-on-android-1>

---

Tags: [#android](https://daily.dev/tags/android), [#swift](https://daily.dev/tags/swift), [#kotlin](https://daily.dev/tags/kotlin)

[View this post on daily.dev](https://daily.dev/posts/native-swift-on-android-part-1-setup-compiling-running-and-testing-xqboegqht)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Native Swift on Android, Part 1: Setup, Compiling, Running, and Testing","url":"https://daily.dev/posts/native-swift-on-android-part-1-setup-compiling-running-and-testing-xqboegqht","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/native-swift-on-android-part-1-setup-compiling-running-and-testing-xqboegqht"},"datePublished":"2026-08-02T07:15:35.056Z","dateModified":"2026-08-02T07:41:01.834Z","description":"Skip has released a technology preview of a native Swift toolchain and driver for Android, enabling developers to compile, run, and test Swift code on Android...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/cf07d0e5bd8beb514c3825aedfc439c0?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/cf07d0e5bd8beb514c3825aedfc439c0?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Skip","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Skip","logo":"https://media.daily.dev/image/upload/s--ensUU6S7--/c_limit,w_256/f_auto,q_auto/v1785654905/logos/skip-tools?_a=BAMAMicg0","url":"https://daily.dev/sources/skip-tools"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/native-swift-on-android-part-1-setup-compiling-running-and-testing-xqboegqht","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"android,swift,kotlin","timeRequired":"PT7M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Skip","item":"https://daily.dev/sources/skip-tools"},{"@type":"ListItem","position":3,"name":"Native Swift on Android, Part 1: Setup, Compiling, Running, and Testing"}]}
```

