Android Emulator installation App appears install_failed_no_matching_abis error solution _android

Source: Internet
Author: User

Android Emulator installation app appears install_failed_no_matching_abis error solution

When we want to install the app in the computer's Android emulator, we report install_failed_no_matching_abis error "as shown in Figure 1", causing the app not to run in the emulator. Here is my solution, I hope to help you!

Install app Install_failed_no_matching_abis Bug solution under Android simulator

"Figure 1" adb install command install app

Reason Analysis:

Since the installed app uses native libraries, which is inconsistent with the current CPU architecture, it causes an error because most smartphones are now arm-structured, although Android supports arm and x86 architectures, but their instruction sets are different. App was developed using the arm's local library, and we used the AVD to create the simulator using the x86 CPU, which led to an error. So, if the app was compiled under the x86 architecture, we would create the X86CPU simulator, and if the app was compiled in arm architecture we would create the ARMCPU simulator.

Solution:

The first thing to see is your simulator CPU type structure, and then directly modify the simulator CPU type to adapt to your native libraries can solve this problem. "As shown in Figure 2"

Thank you for reading, I hope to help you, thank you for your support for this site!

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.