Android signing with Ant

前端 未结 6 1483
感动是毒
感动是毒 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:11

    The long term solution is to patch Ant's signjar task:

    https://issues.apache.org/bugzilla/show_bug.cgi?id=52344

    The new attributes were added to signjar in Ant 1.8.3, but Android's build script (as of r19) has not yet been modified to utilize them:

    http://code.google.com/p/android/issues/detail?id=19567

    In the meantime, "presetdef" may provide a workaround:

     
      
     
    

提交回复
热议问题