BelledonneCommunications / linphone-xamarin

Linphone.org mirror for linphone-xamarin (git://git.linphone.org/linphone-xamarin.git)
https://www.linphone.org/
GNU General Public License v3.0
26 stars 21 forks source link

System.DllNotFoundException in xamarin Android #45

Open judsonabraham301 opened 2 years ago

judsonabraham301 commented 2 years ago

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(); I have no clue how to fix this. Any suggestions?

MrAndrewAu commented 2 years ago

Hi @judsonabraham301, were you able to get iOS working with an SDK above version 3.4.5? It seems that myself and many others have stumbled upon the Not Found Exception when using any version above 3.4.5, so if you have figured a way, please let me (us) know!