0

I have a question with flutter build aar command line and target platform.

flutter build aar has a option --target-platform

When using flutter build aar --target-platform android-arm64, It seems to build an aar targeting arm64.

I checked the docs.

Apps built for ARMv7 or ARM64 run fine (using ARM emulation) on many x86 Android devices.

https://docs.flutter.dev/resources/faq#what-devices-and-os-versions-does-flutter-run-on

Looking at the above document, it is stated that the app built with arm64 run fine on many x86 Android devices.

Does this mean that Android host App embeded aar built with flutter build aar --target-platform android-arm64 will run fine on x86 Android devices?

0 Answers0