Skip to content

Commit 7724a46

Browse files
committed
fix: android crash bug
1 parent c11479c commit 7724a46

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

android/app/build.gradle

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,15 @@ android {
6767

6868
}
6969
}
70+
71+
packagingOptions {
72+
pickFirst '**/armeabi-v7a/libc++_shared.so'
73+
pickFirst '**/x86/libc++_shared.so'
74+
pickFirst '**/arm64-v8a/libc++_shared.so'
75+
pickFirst '**/x86_64/libc++_shared.so'
76+
pickFirst '**/x86/libjsc.so'
77+
pickFirst '**/armeabi-v7a/libjsc.so'
78+
}
7079
}
7180

7281
dependencies {

0 commit comments

Comments
 (0)