aaudio-api-sample-app icon indicating copy to clipboard operation
aaudio-api-sample-app copied to clipboard

library "libaaudio.so" not found

Open rahulkhatri19 opened this issue 5 years ago • 0 comments

E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.aliassadi.audiosdkdemo, PID: 20295 java.lang.UnsatisfiedLinkError: dlopen failed: library "libaaudio.so" not found at java.lang.Runtime.loadLibrary(Runtime.java:372) at java.lang.System.loadLibrary(System.java:1076) at com.example.aliassadi.aaudio.AAudioApi.(AAudioApi.java:24) at com.example.aliassadi.aaudio.AAudioApi.init(Native Method) at com.example.aliassadi.aaudio.MainActivity.onCreate(MainActivity.java:25) at android.app.Activity.performCreate(Activity.java:6357) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1108) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2408) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2515) at android.app.ActivityThread.access$1000(ActivityThread.java:154) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1379) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:157) at android.app.ActivityThread.main(ActivityThread.java:5555) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:745) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:635)

rahulkhatri19 avatar Oct 11 '18 05:10 rahulkhatri19