tencent cloud

Tencent Real-Time Communication

Android

下载
聚焦模式
字号
最后更新时间: 2025-04-30 10:28:28
this document mainly introduces how to quickly integrate RTC Room Engine SDK into your Android project.

Development Environment Requirements

Android 5.0 (SDK API Level 21) and above versions.
Mobile devices running Android 5.0 and above.

Integrating SDK

In the build.gradle file of the module where the project needs to use RTC Room Engine SDK, add the RoomEngine module.
build.gradle.kts
build.gradle
api("io.trtc.uikit:rtc_room_engine:latest.release")
// The rtc room engine depends on the trtc sdk and im sdk.
api("com.tencent.liteav:LiteAVSDK_Professional:latest.release")
api("com.tencent.imsdk:imsdk-plus:latest.release")
api "io.trtc.uikit:rtc_room_engine:latest.release"
// The rtc room engine depends on the trtc sdk and im sdk.
api "com.tencent.liteav:LiteAVSDK_Professional:latest.release"
api "com.tencent.imsdk:imsdk-plus:latest.release"



帮助和支持

本页内容是否解决了您的问题?

填写满意度调查问卷,共创更好文档体验。

文档反馈