Author Message
SinyiM260
Joined: May 30, 2022
Messages: 1
Offline
I use Android Studio to import SDK in my project.
?implementation(name: 'AvayaClientServices', ext: 'aar')?

Build the APK ,then show error message.
?More than one file was found with OS independent path 'lib/arm64-v8a/libc++_shared.so'?

I try add some code in my app build.gradle
packagingOptions {
pickFirst 'lib/arm64-v8a/libc++_shared.so'
pickFirst 'lib/x86_64/libc++_shared.so'
pickFirst 'lib/x86/libc++_shared.so'
pickFirst 'lib/armeabi-v7a/libc++_shared.so'
}

The APK was build successful,but it got something wrong.
I use AvayaSDK any method,then app will get other crashes.

WCSConfiguration wcsConfiguration = new WCSConfiguration();

LogCat?
java.lang.UnsatisfiedLinkError: No implementation found for void com.avaya.clientservices.collaboration.WCSConfiguration.initializeWithNativeConfiguration() (tried Java_com_avaya_clientservices_collaboration_WCSConfiguration_initializeWithNativeConfiguration and Java_com_avaya_clientservices_collaboration_WCSConfiguration_initializeWithNativeConfiguration__)

Other AvayaSDK method is the same problem.
Go to:   
Mobile view