Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

200
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar

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 Denunciar

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 Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda