Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

201
Visualizações
Linphone SDK integration returns unknown assembly in Xamarin Android

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?

over 4 years ago · Santiago Trujillo
3 Respostas
Responde à pergunta

0

The main try is the clear/rebuild solution, then try uninstall and reinstall the library, since it's a dllNotFound Exception and if the other ones doesn't work you can try to find your missing DLL from here (but for this one you have to figure out which dll file you're missing).

I know these are easy things but maybe you didn't think about it at the time

over 4 years ago · Santiago Trujillo Relatório

0

I've had similar issues with other 3rd party libraries and I found that the linker is causing the problem. Have you tried turning the linker off?

Here's how to do it on VS 2022:

Right-click on your Xamarin.Android project > Properties > Android Options > Linker properties > Set Linking to None for your desired configuration

Have a look at this page for more information on linking

over 4 years ago · Santiago Trujillo Relatório

0

I fixed this by doing a minor change in code.

 #if WINDOWS_UWP
        public const string BELLE_SIP_LIB_NAME = "bellesip";
                public const string BCTOOLBOX_LIB_NAME = "bctoolbox";
#else
        public const string BELLE_SIP_LIB_NAME = "linphone";
                public const string BCTOOLBOX_LIB_NAME = "linphone";
#endif

I changed the public const string BELLE_SIP_LIB_NAME = "linphone.framework/linphone"; to public const string BELLE_SIP_LIB_NAME = "linphone";. I think some libraries are missing in linphone.framework.

over 4 years ago · Santiago Trujillo Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda