I am trying to sign an amazon wrapped apk so i can load my app to the amazon app store. I have to do this because my app uses Google Apis. All the tutorials on this are complicated when it comes to explaining how to use jarsigner. How do I access jarsigner from eclipse? Can i access it as easily as Android Tools..Export Signed Application?
EDIT
Using this tutorial I was able to access jarsigner via command line, but when i entered my password for my keystore it said "jarsigner: Certificate chain not found for: and. and must reference a valid KeyStore key entry containing a private key and corresponding public key certificate chain." I don't know how to proceed from here.