'Clover POS sideloading APKs to a DevKit

Not sure what is going on, but following the document on the Clover site on the sideloading apk file to a DevKit, but unsuccessful. I have asked the same question in the "Clover Developer community" but since they don't use App Center they were not able to help me out.

While the same debug apks able to sideloading to one my co-works DevKit, but just not my.

here are the error messages that I got while trying adb install an apk file via cmd line: Thank you for your help!

adb: failed to install app-clover-debug.apk: Failure [INSTALL_PARSE_FAILED_UNEXPECTED_EXCEPTION: Failed to collect certificates from /data/app/vmdl453800795.tmp/base.apk: Failed reading lib/x86_64/libopencv_java3.so in android.util.jar.StrictJarFile@86c91f5: Size mismatch on inflated file: 43441305 vs 43441344]

===

adb: failed to install app-clover-debug.apk: Failure [INSTALL_PARSE_FAILED_UNEXPECTED_EXCEPTION: Failed to collect certificates from /data/app/vmdl1996012108.tmp/base.apk: Failed reading res/mipmap-mdpi-v4/busy_background.png in android.util.jar.StrictJarFile@e62c807: META-INF/MANIFEST.MF has invalid digest for res/mipmap-mdpi-v4/busy_background.png in res/mipmap-mdpi-v4/busy_background.png]

===

adb: failed to install app-clover-debug.apk: Failure [INSTALL_PARSE_FAILED_UNEXPECTED_EXCEPTION: Failed to collect certificates from /data/app/vmdl1785090447.tmp/base.apk: Failed reading lib/x86_64/libopencv_java3.so in android.util.jar.StrictJarFile@7b927d8: META-INF/MANIFEST.MF has invalid digest for lib/x86_64/libopencv_java3.so in lib/x86_64/libopencv_java3.so]

===

adb: failed to install app-clover-debug819.apk: Failure [INSTALL_PARSE_FAILED_UNEXPECTED_EXCEPTION: Failed to collect certificates from /data/app/vmdl47654036.tmp/base.apk: Failed reading assets/VerIDModels/shape_predictor_68_face_landmarks.dat in android.util.jar.StrictJarFile@57b6740: META-INF/MANIFEST.MF has invalid digest for assets/VerIDModels/shape_predictor_68_face_landmarks.dat in assets/VerIDModels/shape_predictor_68_face_landmarks.dat]



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source