android - (INSTALL_FAILED_MISSING_SHARED_LIBRARY) in AndroidStudio with Moto EMDK -


i'm using androidstudio make tests motorola solution (now zebra technologies) tc55.
actual i'm trying use emdk (custom sdk access proprietary features) read barcodes integrated scanner.
found many questions , answers don't use functions of google api or else. integrated library "com.symbol.emdk".

i followed instruction motorola androidstudio. https://developer.motorolasolutions.com/community/android/android-forums/android-blogs/blog/2015/02/10/developing-emdk-apps-with-android-studio-10x

now when try debug or start application on tc55 following error:

waiting device. target device: motorola_solutions-tc55-13357521650478 uploading file     local path: c:\ausbildung\uebungen\applications\motosdktest\app\build\outputs\apk\app-debug.apk     remote path: /data/local/tmp/com.iwr.smith.motosdktest installing com.iwr.smith.motosdktest device shell command: pm install -r "/data/local/tmp/com.iwr.smith.motosdktest" pkg: /data/local/tmp/com.iwr.smith.motosdktest failure [install_failed_missing_shared_library] 

i don't know how can solve problem.
have ideas?

if you're running android v4.1.1 on tc55, need install emdk runtime on device, otherwise you're application fail @ install time missing shared library.

the runtime included in kitkat (android v4.4.3) os has been released. the aosp version available gms version released shortly.

just remember need upgrade emdk v3.1+ target tc55 android v4.4.3.


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

Nuget pack csproj using nuspec -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -