Android signing with Ant

前端 未结 6 1482
感动是毒
感动是毒 2020-12-01 01:27

Using Ant, I\'m trying to build an Android application in release mode for distribution. My problem is at the signing process. I\'ve created a keystore and alias via Eclipse

6条回答
  •  臣服心动
    2020-12-01 02:01

    It sounds as you may be using JDK 7 (1.7.0) so try adding these options when signing with jarsigner:

    -digestalg SHA1 -sigalg MD5withRSA
    

提交回复
热议问题