Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- subh@subh:~/subh/droidbox/android-sdk-linux/platform-tools$ ./adb -s emulator-5554 install /home/subh/subh/androidapp/HelloAndroid/bin/HelloAndroid-release-unsigned.apk
- 11 KB/s (2919 bytes in 0.245s)
- pkg: /data/local/tmp/HelloAndroid-release-unsigned.apk
- Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES]
- subh@subh:~/subh/androidapp/HelloAndroid$ jarsigner -verify -verbose -certs ./bin/HelloAndroid-release-unsigned.apk
- s = signature was verified
- m = entry is listed in manifest
- k = at least one certificate was found in keystore
- i = at least one certificate was found in identity scope
- no manifest.
- jar is unsigned. (signatures missing or not parsable)
- subh@subh:~/subh/androidapp/HelloAndroid$ cd bin/
- subh@subh:~/subh/androidapp/HelloAndroid/bin$ jarsigner -verify -verbose -certs HelloAndroid-release-unsigned.apk
- s = signature was verified
- m = entry is listed in manifest
- k = at least one certificate was found in keystore
- i = at least one certificate was found in identity scope
- no manifest.
- jar is unsigned. (signatures missing or not parsable)
- subh@subh:~/subh/androidapp/HelloAndroid/bin$
Advertisement
Add Comment
Please, Sign In to add comment