i've poured over the troubleshooting documentation and haven't found anything that seems to fit the issue I'm having. hoping someone can see something i'm overlooking, and hope it's a simple over-site on my part.
i've got an alien alr-h450 rfid reader running android 4.4.2 and they have an sdk which i've successfully (I think, but maybe not as i'm having issues) created a binding library around and created a xamarin android app with a simple out of the box default main.axml w/ "hello world, click me" button on it where i execute the default alien sdk sample code.
the problem happens in my button click event where i call the alien sdk sample code i get a java.lang.unsatisfiedlinkerror couldnt load aliencus from loader dalvik.system.pathclassloader ... it seems to my uneducated brain that the underlying .aar file perhaps isn't where it should be, or something inside it isn't where it should be when things are loaded into memory or something... anyway.
i've uploaded my sample project here: https://www.dropbox.com/s/jort3e9xzr1gv22/MoblePortal.zip?dl=0 though i'm pretty sure you'd have to have the scanner to run it but just in case anyone smarter than i could look at what's going on and see something glaring and know i'm putting it out there.
any help, time or thoughts are appreciated.