我一直在尝试在我的Android手机上更新系统应用程序,在我收到错误的情况下,提到无法安装下载的应用程序。 (错误代码: - 104)
当我在互联网上搜索这个问题时,大多数解决方案都说"你必须罗授权你的手机,然后尝试在手机上更新/安装相应的应用程序。"
因为我不想root手机,有没有更好的解决方案来解决这个问题而不是扎根手机?
以及我试图在外部安装更新的.apk文件时它显示错误
我一直在尝试在我的Android手机上更新系统应用程序,在我收到错误的情况下,提到无法安装下载的应用程序。 (错误代码: - 104)
当我在互联网上搜索这个问题时,大多数解决方案都说"你必须罗授权你的手机,然后尝试在手机上更新/安装相应的应用程序。"
因为我不想root手机,有没有更好的解决方案来解决这个问题而不是扎根手机?
以及我试图在外部安装更新的.apk文件时它显示错误
I have been trying to update the system apps on my android phone, where in I get an error mentioning that the application which I'm downloading can't be installed. (Error code :- 104)
When I searched this problem on the internet, most solutions say "You have to root your cell phone and then try to update/install the respective application on your phone."
As I don't want to root my phone, is there any better solution to solve this problem instead of rooting my phone ?
And when I tried to install updated .apk file externally it shows error
单击设置>备份和重置>恢复出厂重置然后说是以清洁手机。
如果您尝试出厂重置手机,这将使您的手机自动使用应用程序的初始版本自动更新手机。
然后尝试从播放商店更新各自的内置应用程序,它将解决您的解决方案。Click on settings > backup and reset > factory reset then say yes to clean your phone.
If you try to factory reset your phone, this will do your phone automatically update your phone with initial version of your applications.
Then try to update your respective built-in application from play store, it will solve your solution.
打开Google Play的应用信息,清除缓存和/或数据并再次尝试更新应用程序,应该有助于解决该错误。
如果它没有帮助,并且迫切需要更新,请尝试下载该特定应用程序的APK文件,在Settings&gt中启用"未知来源" ;安全性,并使用PartwortInstaller打开下载的APK。找到应用程序的APK文件的好源是 apkmirror 。
Open App Info of Google Play, clear cache and/or data and try updating the app again, should help in resolving that error.
If it doesn't help, and you require the update urgently, try downloading an APK file of that particular app, enable "Unknown sources" in Settings > Security, and open the downloaded APK using PackageInstaller. A good source to find the APK file of the app is APKMirror.
因为在更新应用程序时系统的签名冲突(SHA)键将导致此错误。
您可以使用以下终端命令获取系统SHA键
keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android
Actually you need to take a build of apk and sign with google with the system/laptop from which you take a base apk uploaded in google play store.
Because conflict in signature(SHA) key of system will lead to this error while updating the application.
you can get system SHA key using below terminal command
keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有