Hello guys,
I am developing a application Android with Android Studio and when compile the application in TC70, i have this error:
Failure [install_failed_missing_shared_library]
The first time, when i ran the application on TC75, the compile is perfect, but i don't understand why not works with TC70?
PD: In xamarin i have the same error.
Thanks
EMDK for Android(v4.0): Failure [install_failed_missing_shared_library]// Expert user has replied. |
2 Replies
You're probably using a TC70 with the first released BSP (build number 112414) that does not include the EMDK runtime.
Keep in mind that that's the only KitKat OS that we released without having the EMDK runtime installed, all other devices with a KitKat OS, already includes the EMDK runtime.
So, first of all, install the EMDK runtime on the device, as described in the documentation: Configuring A Device - Zebra Technologies Techdocs
This should solve your issue.
Ciao
~Pietro
It's perfect!
Thanks...