How to manually sign an Android application(apk)?

38 views
Skip to first unread message

Barney Gumble Channel

unread,
Jan 23, 2018, 5:12:58 AM1/23/18
to Kivy users support
How to solve this situation? i need a tutorial thanks

Barney Gumble Channel

unread,
Jan 24, 2018, 2:00:12 AM1/24/18
to Kivy users support


jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-key.keystore MyApplication-0.1-release-unsigned.apk alias_name

error jarsigner: unrecognized option '-sigalg'
Message has been deleted

Barney Gumble Channel

unread,
Jan 25, 2018, 10:07:41 AM1/25/18
to Kivy users support

 i have solved
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-release-key.keystore my_application.apk alias_name
Reply all
Reply to author
Forward
0 new messages