You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HidenoriMatsubayashi
changed the title
Platform.operatingSystem returns 'android' (3.13.0 or later)
Platform.operatingSystem returns 'android' on x64 host (3.13.0 or later)
Aug 29, 2023
This change fixes an issue that `Platform.operatingSystem` returns Android on x64 hosts and when cross-building for arm64 targets on x64 hosts. To fix the issue, use the gen_snapshot of linux and elinux instead of Android's one.
Fixed#212
Signed-off-by: Hidenori Matsubayashi <[email protected]>
In x86 and release mode, Platform.operatingSystem returns 'android'. (3.13.0 or later)
(returns 'linux' in 3.10.6)
From sony/flutter-elinux-plugins#78 (comment)
Related issue: #211
The text was updated successfully, but these errors were encountered: