当前位置:网站首页>The signature of the update package is inconsistent with that of the installed app
The signature of the update package is inconsistent with that of the installed app
2022-07-28 06:07:00 【Alex_ z0897】
problem : This prompt still appears after deleting the app ( The signature of the update package is inconsistent with that of the installed app )
Catalog
List installation packages ( Incomplete )
Find connected devices
$ adb devices
List of devices attached
xxx_id deviceList installation packages ( Incomplete )
$ adb shell pm list packages
package:com.huawei.scenepack
package:com.huawei.hifolder
....Perform the uninstall
$ adb uninstall xxx
Success
End of inspection
Uninstallation again found deleted , Installation package not found
$ adb uninstall xxx
Exception occurred while executing:
java.lang.IllegalArgumentException: Unknown package: xxx
at com.android.server.pm.Settings.isOrphaned(Settings.java:4597)
at com.android.server.pm.PackageManagerService.isOrphaned(PackageManagerService.java:23134)
at com.android.server.pm.PackageManagerService.deletePackageVersioned(PackageManagerService.java:19540)
at com.android.server.pm.HwPackageManagerService.deletePackageVersioned(HwPackageManagerService.java:6082)
at com.android.server.pm.PackageInstallerService.uninstall(PackageInstallerService.java:750)
at com.android.server.pm.PackageManagerShellCommand.runUninstall(PackageManagerShellCommand.java:1515)
at com.android.server.pm.PackageManagerShellCommand.onCommand(PackageManagerShellCommand.java:201)
at android.os.ShellCommand.exec(ShellCommand.java:103)
at com.android.server.pm.PackageManagerService.onShellCommand(PackageManagerService.java:23384)
at android.os.Binder.shellCommand(Binder.java:642)
at android.os.Binder.onTransact(Binder.java:540)
at android.content.pm.IPackageManager$Stub.onTransact(IPackageManager.java:2804)
atcom.android.server.pm.PackageManagerService.onTransact(PackageManagerService.java:4435)
at com.android.server.pm.HwPackageManagerService.onTransact(HwPackageManagerService.java:994)
at android.os.Binder.execTransact(Binder.java:739)边栏推荐
- 1: Why should databases be divided into databases and tables
- 1:为什么数据库要分库分表
- 更新包与已安装应用签名不一致
- Mysql的两种覆盖表中重复记录的方法
- self-attention学习笔记
- Pytorch deep learning single card training and multi card training
- The combination of cultural tourism and digital collections has a significant effect, but how to support users' continuous purchasing power
- Chapter 7 single line function
- ModuleNotFoundError: No module named ‘pip‘
- Chapter IX sub query (key)
猜你喜欢
随机推荐
There is a problem with MySQL paging
小程序搭建制作流程是怎样的?
简单理解一下MVC和三层架构
matplotlib数据可视化
MySQL multi table query
Linux(centOs7) 下安装redis
记录下在线扩容服务器遇到的问题 NOCHANGE: partition 1 is size 419428319. it cannot be grown
如何选择小程序开发企业
【五】redis主从同步与Redis Sentinel(哨兵)
小程序开发解决零售业的焦虑
Continuous login problem
XShell突然间无法连接虚拟机
微服务架构认知、服务治理-Eureka
2:为什么要读写分离
将项目部署到GPU上,并且运行
CertPathValidatorException:validity check failed
【3】 Redis features and functions
Tensorboard visualization
Manually create a simple RPC (< - < -)
vscode uniapp









