Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hello-swift-raw-jni-callback/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ The project consists of:
Before you can build and run this project, you need to have the following installed:

* **Java Development Kit (JDK)**: We recommend using JDK 21. Ensure the `JAVA_HOME` environment variable is set to your JDK installation path.
* **Swiftly**: You need to install [Swiftly](https://www.swift.org/install/)
* **Swift SDK for Android**: You need to install the [Swift SDK for Android](https://swift.org/install)
* **Swiftly**: You need to install [Swiftly]([https://www.swift.org/install/](https://www.swift.org/swiftly/documentation/swiftly/getting-started/))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These links don't work, regex mistake?

* **Swift SDK for Android**: You need to install the [Swift SDK for Android]([https://swift.org/install](https://www.swift.org/documentation/articles/swift-sdk-for-android-getting-started.html))

## Running the example

Expand Down
4 changes: 2 additions & 2 deletions hello-swift-raw-jni-library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ The project consists of:
Before you can build and run this project, you need to have the following installed:

* **Java Development Kit (JDK)**: We recommend using JDK 25. Ensure the `JAVA_HOME` environment variable is set to your JDK installation path.
* **Swiftly**: You need to install [Swiftly](https://www.swift.org/install/)
* **Swift SDK for Android**: You need to install the [Swift SDK for Android](https://swift.org/install)
* **Swiftly**: You need to install [Swiftly](https://www.swift.org/swiftly/documentation/swiftly/getting-started/)
* **Swift SDK for Android**: You need to install the [Swift SDK for Android](https://www.swift.org/documentation/articles/swift-sdk-for-android-getting-started.html)

## Building the library

Expand Down
4 changes: 2 additions & 2 deletions hello-swift-raw-jni/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ The project consists of:
Before you can build and run this project, you need to have the following installed:

* **Java Development Kit (JDK)**: We recommend using JDK 25. Ensure the `JAVA_HOME` environment variable is set to your JDK installation path.
* **Swiftly**: You need to install [Swiftly](https://www.swift.org/install/)
* **Swift SDK for Android**: You need to install the [Swift SDK for Android](https://swift.org/install)
* **Swiftly**: You need to install [Swiftly](https://www.swift.org/swiftly/documentation/swiftly/getting-started/)
* **Swift SDK for Android**: You need to install the [Swift SDK for Android](https://www.swift.org/documentation/articles/swift-sdk-for-android-getting-started.html)

## Running the example

Expand Down
4 changes: 2 additions & 2 deletions native-activity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ The project consists of:
Before you can build and run this project, you need to have the following installed:

* **Java Development Kit (JDK)**: We recommend using JDK 25. Ensure the `JAVA_HOME` environment variable is set to your JDK installation path.
* **Swiftly**: You need to install [Swiftly](https://www.swift.org/install/)
* **Swift SDK for Android**: You need to install the [Swift SDK for Android](https://swift.org/install)
* **Swiftly**: You need to install [Swiftly](https://www.swift.org/swiftly/documentation/swiftly/getting-started/)
* **Swift SDK for Android**: You need to install the [Swift SDK for Android](https://www.swift.org/documentation/articles/swift-sdk-for-android-getting-started.html)
* **Device/emulator with OpenGL ES support**

## Running the example
Expand Down