We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c2822 commit 00fd90cCopy full SHA for 00fd90c
demo_android_ncnn/app/build.gradle
@@ -18,9 +18,9 @@ android {
18
}
19
20
ndk {
21
- moduleName "WztNcnnJniLog" //编译后会生成 .so
+ moduleName "NcnnJniLog"
22
ldLibs "log", "z", "m"
23
- abiFilters "armeabi-v7a", "arm64-v8a" // opencv库太大只留需要的
+ abiFilters "armeabi-v7a", "arm64-v8a"
24
25
26
multiDexEnabled true
demo_android_ncnn/settings.gradle
@@ -1,2 +1,2 @@
1
include ':app'
2
-rootProject.name='YOLOv5'
+rootProject.name='NanoDet'
0 commit comments