集成
添加 SDK
使用 Android Studio IDE 结合 gradle 编译脚本的方式添加 SDK 进行使用,SDK 以 maven 库方式提供,具体的操作如下:
- 依赖其它组件模块如下:
包名或组件 | 是否必须 | 说明 |
---|---|---|
H5 容器组件 | 是 | 参考"H5 容器"组件 |
基础库 | 否 | 参考"基础库 API"组件 |
- 文件预览组件:
implementation 'com.tencent.tmf.android:base-core:+'
implementation 'com.tencent.tmf.android:base:+'
implementation 'com.tencent.tmf.android:x5docpreview:+'
implementation 'com.tencent.tmf.android:android-pdf-viewer:+'
implementation 'com.tencent.tmf.android:pdfium-android:+'
implementation 'com.tencent.tmf.android:tbscore:+'