We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08d87c4 + 0e7d240 commit 37ff635Copy full SHA for 37ff635
README.md
@@ -6,7 +6,7 @@ opencv341 android sdk with contrib341 module build on windows.
6
工作需要,目前主要编译了armeabi-v7a和x86的.so库.a库,主要用于jni编程,附带java应用层函数。
7
8
9
-## A templet build.gradle for armeabi-v7a with NDK
+## A templet build.gradle for armeabi-v7a and x86 with NDK
10
11
```
12
apply plugin: 'com.android.library'
@@ -36,4 +36,4 @@ android {
36
}
37
38
...
39
-```
+```
0 commit comments