working with jar and so files in Xamarin forms -


i'm working brother label printer "ql-710w" printing purpose. i'm using xamarin forms targeting android printing web view content.

i'm facing problem in communicating printer. have provided android demo application code working fine me in android studio.

i'm trying use provided .jar files , .so files in xamarin android. i'm stuck in adding , consuming .jar , dependent .so files.

can 1 suggest, how add .jar files , .so files in binding project.

this error i'm getting

java.lang.unsatisfiedlinkerror: couldn't load createdata loader dalvik.system.pathclassloader[dexpathlist[[zip file "/data/app/printpoc.printpoc-1.apk"],nativelibrarydirectories=[/data/app-lib/printpoc.printpoc-1, /vendor/lib, /system/lib]]]: findlibrary returned null 


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -