Files
srt/docs/build/build-android.md
Sergei Ignatov 5d80411f0c [build] Update iOS build scripts (#3182)
* Update iOS build scripts
~ Generate Xcode project files
~ Support build for tvOS
~ Package all variants into XCFramework bundle

* Fix iOS / iOS-cxxsyncON
2025-07-17 08:33:38 +02:00

887 B

Building SRT on Android

NOTE: The scripts are located in scripts/build-android folder.

Install the NDK and CMake

The Android NDK is required to build native modules for Android. Install and configure the NDK

Consider installing the latest version of cmake. The higher version of cmake the better. As of writing the current version of CMake is 3.18.4 You can download Cmake from the following website: https://cmake.org/download

Build SRT for Android

Run ./build-android -n /path/to/ndk. E.g. ./build-android -n /home/username/Android/Sdk/ndk/21.4.7075529

Include prebuilt native libraries from prebuilt folder into Android Studio project.