subh

Untitled

Mar 9th, 2012
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. subh@subh:~/subh/droidbox/android-sdk-linux/platform-tools$ ./adb -s emulator-5554 install /home/subh/subh/androidapp/HelloAndroid/bin/HelloAndroid-release-unsigned.apk
  2. 11 KB/s (2919 bytes in 0.245s)
  3. pkg: /data/local/tmp/HelloAndroid-release-unsigned.apk
  4. Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES]
  5.  
  6. subh@subh:~/subh/androidapp/HelloAndroid$ jarsigner -verify -verbose -certs ./bin/HelloAndroid-release-unsigned.apk
  7.  
  8. s = signature was verified
  9. m = entry is listed in manifest
  10. k = at least one certificate was found in keystore
  11. i = at least one certificate was found in identity scope
  12.  
  13. no manifest.
  14. jar is unsigned. (signatures missing or not parsable)
  15. subh@subh:~/subh/androidapp/HelloAndroid$ cd bin/
  16. subh@subh:~/subh/androidapp/HelloAndroid/bin$ jarsigner -verify -verbose -certs HelloAndroid-release-unsigned.apk
  17.  
  18. s = signature was verified
  19. m = entry is listed in manifest
  20. k = at least one certificate was found in keystore
  21. i = at least one certificate was found in identity scope
  22.  
  23. no manifest.
  24. jar is unsigned. (signatures missing or not parsable)
  25. subh@subh:~/subh/androidapp/HelloAndroid/bin$
Advertisement
Add Comment
Please, Sign In to add comment