I am trying to implement an app using Skype for Business Android SDK's
this is the document that helps to configure the SDK, which didn't help me integrating the aar files. https://msdn.microsoft.com/en-us/skype/appsdk/gettingstarted
so, i integrated the libraries using new module --> import jar/aar files, that resolves my compilation error, i can now also get the class references from these SDK's. but when i run my application it says Failed to load native library.
there is an example on github that uses Skype for business SDK. where everything works like a charm. but i am still unable to figure out why it fails to load library in my application.
Does this Unspecified in my attached screenshot has to do anything with why my app is failing to load libaries?