My App depenency (No build error):
static_libs: [
"ms-client-sdk-embedded",
],
Error:
09-22 06:30:54.752 4872 4872 E AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: library "libMicrosoft.CognitiveServices.Speech.java.bindings.so" not found
When I used this aar in android studio for 3rd parth app, there is no error occured.
So, maybe aar file can't be used correctly in android.bp ?
AAR file improt Android.bp android_library_import { name: "ms-client-sdk-embedded", aars: ["client-sdk-embedded-1.38.0.aar"], sdk_version: "current", }
My App depenency (No build error): static_libs: [ "ms-client-sdk-embedded", ],
Error: 09-22 06:30:54.752 4872 4872 E AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: library "libMicrosoft.CognitiveServices.Speech.java.bindings.so" not found
When I used this aar in android studio for 3rd parth app, there is no error occured.
So, maybe aar file can't be used correctly in android.bp ?