apk-signer is a convenient tool to sign APK files, it tends to serve end-users, not developers.
Features
- Generate Keystore files
- Sign APK/JAR/ZIP files
- Align APK files; verify their alignment
- Extract fingerprints from keystore files
- Auto-update
- Languages supported: English, Vietnamese
Notes
- This is an Eclipse WindowBuilder based project.
- The app requires:
- JRE 1.6+ to run
- JDK 1.6+ to generate keystores and sign files
- Screen resolution from 1024x768
- Please don't try to open keyfile created by this app in Eclipse with Android Development Tools (ADT) < v18. Eclipse will crash if you do that. We don't know the reason. However:
- This app can sign files with keyfiles created by Eclipse.
- We tested with ADT v18.0.0.v201203301601-306762, it works fine.
- Make sure to align the APK files after you signed them. Refer to Android tool zipalign for further details. The module APK Alignment is ported from zipalign source.