Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
郑梓斌 committed Jul 23, 2018
1 parent 8726389 commit 7270616
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ implementation 'top.zibin:Luban-turbo:1.0.0'

### 引入JNI动态文件

- `build.gradle`添加`ndk`配置
```
android {
defaultConfig {
Expand All @@ -29,6 +30,8 @@ android {
}
```

- 拷贝`so`文件到项目`jniLibs`文件夹

Luban 提供4个平台的`so`文件:
[`armeabi-v7a`](https://github.com/Curzibn/Luban/blob/turbo/library/src/main/jniLibs/armeabi-v7a/libluban.so)
[`arm64-v8a`](https://github.com/Curzibn/Luban/blob/turbo/library/src/main/jniLibs/arm64-v8a/libluban.so)
Expand Down

0 comments on commit 7270616

Please sign in to comment.