sndcpy icon indicating copy to clipboard operation
sndcpy copied to clipboard

APK Certificates Not Found

Open alkaris2 opened this issue 3 years ago • 1 comments

Doing a typical install with ADB returns the error saying the APK has no certificates so it fails to install to device.

$ adb install sndcpy.apk 
Performing Streamed Install
adb: failed to install sndcpy.apk: Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES: Failed to collect certificates from /data/app/vmdl1122317633.tmp/base.apk: Attempt to get length of null array]

it looks like you need to have a valid certificate with the APK for it to install to the device otherwise it fails.

Also if I were to just push the APK to the device itself as a file transfer with adb push sndcpy.apk /sdcard/Downloads and install from the device itself, it also returns error that it failed to parse APK.

alkaris2 avatar Jan 12 '22 09:01 alkaris2

I also experienced the same thing

budicuy avatar May 10 '22 01:05 budicuy