Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CCVideo
VOD_Android_SDK
Wiki
3.快速集成
3.快速集成
· Changes
Page history
更新 3.快速集成
authored
Jan 12, 2021
by
韩瑞松
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
3.快速集成.md
3.快速集成.md
+2
-0
No files found.
3.快速集成.md
View page @
63973aa7
## 3.1 导入SDK
有两种引入SDK的方式,第一种是使用Gradle方式,第二种是引用Jar包。
### 3.1.1 使用Gradle方式
1.
在Project的build.gradle文件中配置。
```
allprojects {
...
...