I'm trying to use "PhidgetSpatial Precision 3/3/3 High Resolution" with an Android application developed in C# using Xamarin in Visual Studio.
At the start of program, I've referred to Phidget22.NET.dll, then I've initialized Magnetometer like this:
Code: Select all
Magnetometer mag = null;
mag = new Magnetometer();
Can you please guide me on this?System.DllNotFoundException: phidget22
Regards.