"Go" to completely resolve install_failed_update_incompatible installation errors

Source: Internet
Author: User

Original URL: http://bbs.9ria.com/thread-245162-1-1.html

Use the ADB shell to enter the system, enter/data/app or/data/data, delete the same package name as the apk you installed;
Press CTRL + C to exit the system, use the ADB pull/data/system/packages.xml command to place the Packages.xml on your PC locally, and then find the package name you need to delete to a piece of data. For example:

    1. <package name= "Com.android.wallpaper" codepath= "/system/app/livewallpapers.apk" nativelibrarypath= "/data/data/ Com.android.wallpaper/lib "flags=" 1 "ft=" 11b7e237e00 "it=" 11b7e237e00 "ut=" 11b7e237e00 "version=" ten "userId=" 10012 " ><sigs count= "1" >
    2. <cert index= "2"/>
    3. </sigs>
    4. </package>
Copy Code


Save the Packages.xml, and then ADB push Packages.xml/data/system sends the Packages.xml file back to the device.
Then re-install your apk file again to see if success.

Add:

ADB shell

cd/data/app/, delete apk file Rm-rf xxx

cd/data/data/, delete apk file Rm-rf xxx

"Go" to completely resolve install_failed_update_incompatible installation errors

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.