-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Alexandr Esilevich edited this page Sep 27, 2024
·
13 revisions
The easiest way to install the Swift Toolchain for Android is by installing scd
, the SCADE Build Tool, via the Homebrew package manager. The scd
tool will install all the necessary components for building Swift code for Android. To install scd
via Brew, run the following command:
brew install scade-platform/toolchain/scd
You can create a new SPM project with the swift package
command:
mkdir AndroidHelloWorld
cd AndroidHelloWorld
swift package init