How to avoid Google Play Console issues related to architecture

Viewed 403

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

Google Play Console Issue

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?

1 Answers

Google fixed this, it is no longer a problem.

See this GitHub issue

Related