Issue
Google Play Console is showing an error for my app on Pixel 2 x86 virtual device.
Failed to finalize session : INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113
I understand this architecture is not supported by Flutter.
What can I do?
Is there a way to specify which architectures are valid for my app so that Play Console does not test using unsupported ones? Or should I change something when building a deployment package?
Solution
Google fixed this, it is no longer a problem.
See this GitHub issue
Answered By - under
Answer Checked By - David Goodson (JavaFixing Volunteer)