I have implemented Linphone in Xamarin forms. It is working fine in iOS but it is crashing in Android.It shows this exception
System.DllNotFoundException
linphone.framework/linphone assembly:<unknown assembly> type:<unknown type> member:(null)
It shows the exception after the following code
CoreListener listener = Factory.Instance.CreateCoreListener();
Is there any specific Android SDK I need to download for Linphone to work? I have no clue how to fix this. Any suggestions?