How do I create a digital signature on my Android?
How do I create a digital signature?
How to Create a Digital Signature Online- Go to the Smallpdf eSign page.
- Upload the document that needs signing.
- Click ‘Add Signature‘ to create a new signature.
- Afterward, drag your signature onto your document.
- Hit ‘Finish & Sign’ and download your document.
- Export the unsigned package: Right click on the project in Eclipse -> Android Tools -> Export Unsigned Application Package.
- Sign the application using your keystore and the jarsigner tool (comes with the JDK): Change directory to where your unsigned .apk file is.
- Do not forget to zipalign the . apk at the very end!