website icon indicating copy to clipboard operation
website copied to clipboard

android: supported target architectures: x86

Open asashour opened this issue 2 years ago • 0 comments

Page URL

https://docs.flutter.dev/deployment/android#what-are-the-supported-target-architectures

Page source

https://github.com/flutter/website/blob/37ac16fa3ca0c82d4f87181cb62c42ad1913fe47/src/deployment/android.md?plain=1#L514-L515

Describe the problem

It mentions:

Flutter does not currently support building for x86 Android (See Issue 9253).

However the issue is resolved.

Expected fix

Flutter app works with x86 Android, because the device has an "ARM emulation". (as hinted here)

Additional context

Possibly related to #6766

asashour avatar May 24 '22 09:05 asashour