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 8ec272f + 28f3577 commit 80db5bdCopy full SHA for 80db5bd
platform/android/java/app/build.gradle
@@ -124,6 +124,12 @@ android {
124
// - https://stackoverflow.com/a/44704840
125
useLegacyPackaging shouldUseLegacyPackaging()
126
}
127
+
128
+ // Always select Godot's version of libc++_shared.so in case deps have their own
129
+ pickFirst 'lib/x86/libc++_shared.so'
130
+ pickFirst 'lib/x86_64/libc++_shared.so'
131
+ pickFirst 'lib/armeabi-v7a/libc++_shared.so'
132
+ pickFirst 'lib/arm64-v8a/libc++_shared.so'
133
134
135
signingConfigs {
0 commit comments