TUILiveKit Release Notes
Live SDK Release Notes
arm64 only for Valid Architectures. A single-architecture TRTC SDK adds only 1.9 MB to an IPA file.

armeabi-v7a, in which case the SDK will add 5 MB or less to your installation package. If you want to publish your application on Google Play, then you can package the SO files for armeabi-v7a and arm64-v8a.abiFilters "armeabi-v7a" in build.gradle of your project to package only the armeabi-v7a SO file, and abiFilters "armeabi-v7a", "arm64-v8a" to package the armeabi-v7a and arm64-v8a SO files.

LiteAVSDK_x.x.xxx.zip at GitHub, decompress the file, and find the SO files for the architecture you use. Find the SO files for the architectures you want to use.http://xxx.com/so_files.zip.http://xxx.com/so_files.zip and save them in the files folder of your application’s root directory. Given the possibility of DNS hijacking and file tampering by the carrier, please check the integrity of the SO files after download.setLibraryPath() API in the TXLiveBase class (the earliest underlying module of LiteAVSDK), setting the SDK’s library paths to the target paths of the downloaded SO files. The SDK will load the SO files from the paths and enable related features.Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback