今天对AS新项目打包的时候突然出现了一个错误

Warning: JKS **库使用专用格式。建议使用“keytool -importkeystore......-deststoretype pkcs12“迁移到行业标准格式 PKCS12。

解决办法:

Warning: JKS **库使用专用格式。建议使用“keytool -importkeystore......-deststoretype pkcs12“迁移到行业标准格式 PKCS12。

1.把这句话复制下来,在你的cmd窗口里复制这句话,运行输入你的秘钥口令

Warning: JKS **库使用专用格式。建议使用“keytool -importkeystore......-deststoretype pkcs12“迁移到行业标准格式 PKCS12。

2.运行完之后我们的AS正常打包,(有的正常了,有的小伙伴在打包最后一步finish的有时候会报错

Warning: JKS **库使用专用格式。建议使用“keytool -importkeystore......-deststoretype pkcs12“迁移到行业标准格式 PKCS12。

 

暂时先别管,然后你再重新打包这时候有可能是你的AS没刷新过来,多来几次就行

相关文章:

  • 2021-04-03
  • 2021-04-07
  • 2021-10-09
  • 2021-05-30
  • 2021-07-01
  • 2021-12-19
猜你喜欢
  • 2021-12-14
  • 2021-08-29
  • 2021-04-28
  • 2021-08-02
  • 2021-09-19
  • 2022-12-23
  • 2021-08-13
相关资源
相似解决方案