-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Description
Warning
This release is not compliant with the Play 64-bit requirement.
The following APKs or App Bundles are available to 64-bit devices, but they have only 32-bit native code: {version code}.
From August 1, 2019 all releases must be compliant with the Play 64-bit requirement.
Include 64-bit native code in addition to 32-bit native code in your app. Use the Android App Bundle publishing format to automatically ensure that each device architecture receives just the native code it needs. Learn More
This warning appears when trying to publish an aab created by flutter build appbundle to the Play Store since today.
Is this something that I need to worry about or will Flutter automatically resolve this, i.e. is this already planned to be resolved in time?