We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 750cfd0 + 85c15f6 commit c7b0a0cCopy full SHA for c7b0a0c
1 file changed
dConnectSDK/dConnectLibStreaming/libstreaming/build.gradle
@@ -10,7 +10,7 @@ android {
10
ndk {
11
// Specifies the ABI configurations of your native
12
// libraries Gradle should build and package with your APK.
13
- abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86'
+ abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86','x86_64'
14
}
15
16
0 commit comments