Skip to content

Commit

Permalink
2.0.3说明
Browse files Browse the repository at this point in the history
  • Loading branch information
mabeijianxi authored Jul 20, 2017
1 parent ade4ac6 commit e2d2e34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 2.x_use_help.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#### 一、small-video-record2使用方法
###### 1:添加依赖
```java
compile 'com.mabeijianxi:small-video-record2:2.0.2@aar'
compile 'com.mabeijianxi:small-video-record2:2.0.3@aar'
```
###### 2:在manifests里面添加
```java
Expand Down Expand Up @@ -38,8 +38,8 @@ public static void initSmallVideo() {
} else {
JianXiCamera.setVideoCachePath(dcim + "/mabeijianxi/");
}
// 初始化拍摄
JianXiCamera.initialize(false,null);
       // 初始化拍摄,遇到问题可选择开启此标记,以方便生成日志
       JianXiCamera.initialize(false,null);
}
```
###### 5:跳转录制界面或选择压缩:
Expand Down

0 comments on commit e2d2e34

Please sign in to comment.