I'm making a Xamarin Forms project for Android & IOS and wanting to be able to use the FTDI D2XX API. There are NuGet packages for D2XX here and here. I have also tried to integrate the Android implementation discussed here. I am quite new to C# and Xamarin, but fairly experienced with Android development. I have managed to add the FTD2XX_NET file as an Assembly file in the project as in the attached image. But I get the exception shown below when I try and access the DLL using FTDI newDevice = new FTDI(); as suggested in example 3 here. Any help would be much appreciated.
Assembly File Location:
Exception:

