[INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]

前端 未结 11 1486
灰色年华
灰色年华 2020-11-29 00:38

I have an issue with third party libraries that are imported to my project.

I read quite a lot of articles about that but do not get any information how properly han

11条回答
  •  我在风中等你
    2020-11-29 01:08

    I faced same problem in emulator, but I solved it like this:

    Create new emulator with x86_64 system image(ABI)

    select device

    select x86_64

    That's it.

    This error indicates the system(Device) not capable for run the application.

    I hope this is helpful to someone.

提交回复
热议问题