0

I tried to install my app into Android9 x86 Device, it failed with error:

INSTALL_FAILED_NO_MATCHING_ABIS

Added abiFilters and splits abi in gradle, still I'm facing the problem.

Nimantha
  • 6,405
  • 6
  • 28
  • 69
Make it Simple
  • 1,832
  • 5
  • 32
  • 57

2 Answers2

0

I recommend you to check the following two things.

  1. You can check the emulator's abi with the following step.

    Open AVD Manager -> View Detail

    enter image description here

  2. If it's not for x86, you should install the abi with the following step.

    Open AVD Manager -> Create Virtual Device...

    enter image description here

libliboom
  • 532
  • 5
  • 17
0

The problem was with my SingalR libs, when I used latest library from the document, it installed and worked fine. SingalR

Nimantha
  • 6,405
  • 6
  • 28
  • 69
Make it Simple
  • 1,832
  • 5
  • 32
  • 57