Generate/Convert .keystore file from .jks file as #unity does not accept .jks
我的应用已在Google开发者控制台中签名。 现在,Google删除了我的.keystore文件,并向我发送了.jks文件以对我的应用程序进行签名,而Unity3d不接受该文件。
有什么方法可以将.jks文件转换为.keystore文件? 或其他任何方式应用更新?
从以下链接:
https://forum.unity.com/threads/cannot-find-keystore-file.460793/
Latest versions of Android Studio prepares the keystore file with .jks extension but Unity looks for a file with keystore extension. Renaming the file with .keystore extension might help.