What kind of pitfals exist for the Android APK signing?

后端 未结 4 775
你的背包
你的背包 2020-12-08 20:45

Disclaimer: I know the basics of signing an APKs and I have a problem with only one of my projects and only when signing with Microsoft Windows as the OS.

4条回答
  •  感情败类
    2020-12-08 21:17

    The solution is add this to the of the maven-jarsigner-plugin:

    
      -sigalgMD5withRSA
      -digestalgSHA1
    
    

    Ant already has direct support for this, but the Maven plugin does not.

提交回复
热议问题