android - java.lang.RuntimeException: Failed to load native library -


your healthcare app builds , works (connection establishes without problems) fine.

then took classes , layouts , other settings healthcare app , put them own project. project compiles , builds without errors.

but! when try start conversation app crashes in skypecall.java error message:

" caused by: java.lang.runtimeexception: failed load native library @ com.microsoft.office.sfb.appsdk.application.loadnativelibrary(application.java:98) @ com.microsoft.office.sfb.appsdk.application.initialize(application.java:63) @ com.microsoft.office.sfb.appsdk.application.getinstance(application.java:112) @ kz.altyn.portalmobile.skype.skypecall.oncreate(skypecall.java:68) " 

at part of code

" 68: mconversation = starttojoinmeeting(); 69: mconversation.addonpropertychangedcallback(new conversationpropertychangelistener()); " 

without knowing exact layout of project, suspect have copied information over, may have missed libraries used app sdk. if @ github sample healthcareapp notice contain step copying sdk libraries project.

the samples include local references skype business libraries. after clone repository, need copy libraries sample project folders at: [your local repository]\skype-android-app-sdk-samples\healthcareapp\app\libs.

i make sure have correclty added libraries gradle file listed in appsdk-gettingstarted.


Comments

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -