CodePudding user response:
Using adb shell into the system, enter/data/app or/data/data, delete installation apk with you in the same package name;Press Ctrl + C to exit system, using the adb pull/data/system/packages. The XML command will packages. The XML into your local PC, and then find the package name, you need to delete a piece of data, for example:
Copy the code
Save packages. The XML, and then the adb push packages. The XML/data/system will packages. The XML files back to the device,
Then the adb install your the apk installation again, see if success,