SKKbySSK / coast_audio

Real-Time audio processing library written in Dart.
MIT License
89 stars 11 forks source link

Error: Invalid argument(s): Failed to load dynamic library 'libcoast_audio.so': dlopen failed: library "libcoast_audio.so" not found #31

Closed MaayanBogin closed 1 month ago

MaayanBogin commented 3 months ago

File already exists: /data/user/0/com.flutter.replicateroopflutter/app_flutter/android/src/main/jniLibs/libcoast_audio.so but this error keeps showing up

Thanks in advance :)

SKKbySSK commented 2 months ago

@MaayanBogin Hello, sorry for my late response.

It looks like you've misconfigured the Android setup. You must place libcoast_audio.so file in the {Flutter Project Dir}/android/src/main/jniLibs/{ABI} directory.

This package support 4 ABIs: arm64-v8a, armeabi-v7a, x86_64 and x86 Your directory structure should look like this:

github-actions[bot] commented 1 month ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 1 month ago

This issue was closed because it has been inactive for 7 days since being marked as stale.