miércoles, 1 de junio de 2022

System.ArgumentException Mensaje = [Acr.UserDialogs] This is the bait library, not the platform library. You must install the nuget package in your main executable/application project

 System.ArgumentException

  Mensaje = [Acr.UserDialogs] This is the bait library, not the platform library.  You must install the nuget package in your main executable/application project














Se debe inicializar en el archivo MainActivity,cs del proyecto Android 

Se debe tener en cuenta la compatibilidad del nuget con tu versión de proyecto.

Android Initialization (In your main activity)

UserDialogs.Init(this);
OR UserDialogs.Init(() => provide your own top level activity provider)

No hay comentarios:

Publicar un comentario

Comenta cualquier duda o recomendatorio.