adb install software report Install_failed_no_matching_abis

Source: Internet
Author: User

Want to install in the simulator Sogou Pinyin Input method, the result of installation error: Install_failed_no_matching_abis

Internet search found the solution is as follows:

Original blog: Debug with genymotion error install_failed_cpu_abi_incompatible workaround

You need to install GENYMOTION-ARM-TRANSLATION_V1.1.ZIP,HTTP://FILETRIP.NET/DL?4SUORDCMRV in the virtual machine

The original method of the blog is to drag the file into the simulator, but want to use the command line to solve, how to do it. Open this zip file and discover that it is a compressed package for the system directory, and may be able to handle it in an uncompressed manner

1. First use the ADB push command to place this file in a directory of the emulator: ADB push d:/genymotion-arm-translation_v1.1.zip/mnt/sdcard/ Genymotion-arm-translation_v1.1.zip

2, use the extract command, because it is a zip compressed file, using the Unzip command: Unzip/mnt/sdcard/genymotion-arm-translation_v1.1.zip/system

Because the genymotion-arm-translation_v1.1.zip contains another directory, it cannot be extracted directly to the root directory. So it was extracted to the system directory, but now the system directory contains the system directory, which is obviously not what I wanted.

3, put the extracted files into the/system/lib mv/system/system/lib/*/system/lib/

4, need to restart the simulator

5, re-install Sogou Input method is successful

adb install software report Install_failed_no_matching_abis

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.