adding a DLL file in Android output Directory .net maui
This is my First Question Here if you have any tips about how to improve it please let me know,
I'm using the Bass.net library in a .net maui project and I downloaded the DLL file From Here:https://www.un4seen.com/
The problem is The DLL file is required to be put in the executable directory,
Here is where I put the DLL file:\Debug\net7.0-android
but still get "System.DllNotFoundException: 'bass'"
Is there another directory where I could put the DLL or this doesn't work on .net maui?
TYSM in advance.