问题描述
昨天我在Play商店发布了我的应用程序。一切都很顺利,直到今天。当我尝试从Play商店安装我的应用程序时,它会下载它,但安装时它会显示:My_application无法安装。再试一次,如果问题仍然存在,请进行故障排除。 (错误代码:-103)
我尝试在多个设备上安装。
编辑:
在某些设备上,它经历了安装过程,并且一切顺利。
旧版Android设备无法识别 SHA256 哈希函数。添加:
-sigalg SHA1withRSA -digestalg SHA1
作为 jarsigner 的参数即使在使用JDK 1.8时也应解决此问题。
Yesterday I published my app in Play Store. All went well till today. When I try to install my app from Play Store, it downloads it but when installing it it says:
"My_application" can't be installed. Try again, and if the problem continues, get troubleshooting. (Error code: -103)
I tried installing on multiple devices.
Edit:On some devices it goes through installation process as it should and all goes well.
On others it gives the above error message.
Older Android devices are unable to recognize SHA256 hash funcitons. Adding:
-sigalg SHA1withRSA -digestalg SHA1
as parameters to jarsigner should solve the issue even when using JDK 1.8.
这篇关于Play商店:无法安装应用程序,(错误代码:-103)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!