Skip to content

Commit

Permalink
fix: android crash bug
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathChaos committed Apr 20, 2022
1 parent c11479c commit 7724a46
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,15 @@ android {

}
}

packagingOptions {
pickFirst '**/armeabi-v7a/libc++_shared.so'
pickFirst '**/x86/libc++_shared.so'
pickFirst '**/arm64-v8a/libc++_shared.so'
pickFirst '**/x86_64/libc++_shared.so'
pickFirst '**/x86/libjsc.so'
pickFirst '**/armeabi-v7a/libjsc.so'
}
}

dependencies {
Expand Down

0 comments on commit 7724a46

Please sign in to comment.