本文介绍了上传APK文件到谷歌播放的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我尝试将APK文件上传到Google Play,并收到此错误消息:
您能帮我解决这个问题吗?
keytool.exe -genkey -v -keystore release.keystore -alias TicTacToe -keyalg RSA -keysize 2048 -validity 10000
我在哪里可以找到这段代码?
解决方案它需要超过50年的!使用:-validity 20000
I tried to upload an APK file to Google Play and I received this error:
Can you help me solve this problem?
keytool.exe -genkey -v -keystore release.keystore -alias TicTacToe -keyalg RSA -keysize 2048 -validity 10000
Where can I find this code?
解决方案
It needs to be greater than 50 year's! Use: -validity 20000
这篇关于上传APK文件到谷歌播放的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
08-15 22:11