当前位置:网站首页>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)边栏推荐
猜你喜欢
随机推荐
微信小程序开发制作注意这几个重点方面
幂等性组件
Sort method for sorting
小程序搭建制作流程是怎样的?
Sorting and paging, multi table query after class exercise
Flume installation and use
KubeSphere安装版本问题
CentOS7 安装Mysql
微信上的小程序店铺怎么做?
xml解析实体工具类
使用神经网络实现对天气的预测
Flink CDC (Mysql为例)
Installation and use of flinkx
微信小程序开发费用制作费用是多少?
微信小程序开发语言一般有哪些?
手撸一个简单的RPC(<-_<-)
word2vec和bert的基本使用方法
【1】 Introduction to redis
Idempotent component
Dataset class loads datasets in batches









