Android Question aptoide signing

stanks

Active Member
Licensed User
Longtime User
hi

i finished my app. sign it from ide with my key. send to aptoide. now aptoide want me to verify that this is my app. i have to d/l unsigned.apk and sign it with jarsigner. jarsigner throws err:

B4X:
jarsigner error: java.security.SignatureException: private key algorithm is not compatible with signature algorithm

how to fix that?

thanks
 

stanks

Active Member
Licensed User
Longtime User
this is command that i have to run

B4X:
jarsigner -verbose -sigalg MD5withRSA -digestalg SHA1 -keystore ...
 
Upvote 0
Top