md5与key
https://blog.csdn.net/github_2011/article/details/60966976
https://flutterchina.club/android-release/#创建-keystore
签名
keytool -genkey -keystore ./key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias key
签名命令,记得添加 ignore
报错解决
keytool error: java.io.IOException: Keystore was tampered with, or password was incorrect
查看key的信息
keytool -list -v -keystore yuyan.jks
安装java8 不然会遇到md5签名问题 https://www.jianshu.com/p/4d8d9a9b646f