Skip to content

swiftlang/swift-android-examples

Swift Android Examples

This repository contains sample apps that use the Swift Android SDK.

Build and run

  1. Setup Swift Android SDK
  2. Clone this repository
  3. Open the whole project in Android Studio
  4. Select the sample you want to run in the top bar (you may need to sync gradle first)
  5. Click the play button to run the sample

You can also build the samples from the command line if you prefer. Use ./gradlew build to build everything. For individual tasks, see ./gradlew tasks. To see the tasks for an individual sample, run the tasks task for that directory. For example, ./gradlew :hello-swift:tasks will show the tasks for the hello-swift app.

You can build all sample apps for both the debug and release build types by running ./gradlew assemble.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published