Skip to content

Commit 3db8e74

Browse files
committed
[Android]fix ci problem.
1 parent af4ddbb commit 3db8e74

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Android/APIExample/agora-simple-filter/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ android {
3737
}
3838
}
3939

40+
packagingOptions {
41+
pickFirst 'src/main/jniLibs/arm64-v8a/libopencv_java4.so'
42+
pickFirst 'src/main/jniLibs/armeabi-v7a/libopencv_java4.so'
43+
}
44+
4045
}
4146

4247
dependencies {

0 commit comments

Comments
 (0)