Closed Metalit0101 closed 3 years ago
Hi Marco,
First, my apologies for taking so long to get back to you. I think the problem is that your device doesn't have a Datalogic SDK version 22 or greater built-in. The most recent firmware (2.07.03) has version 1.21. The AdvancedKeyboard
class was added in SDK version 22. Since you have the 1.22 version of the Xamarin SDK, the API appears to be available, but in reality, that SDK version is not resident on the device. And unfortunately, we don't have a Keyboard sample app at the moment.
This process needs improvement to be certain, but for now, this is the process you can go through to these steps:
Hi!
I have a skorpio x4. I using lastest version of xamarin SDK (1.22.*). I would to bind keyevent of phisical keypad on android, but with this class:
At the second line I have this error:
Unhandled Exception:
Java.Lang.NoSuchMethodError: no method with name='getAdvancedKeyboard' signature='()Lcom/datalogic/device/input/AdvancedKeyboard;' in class Lcom/datalogic/device/input/KeyboardManager;
Where am I wrong? You have a sample app to bind the keys?
Thanks, Marco Pedrazzi