簡體   English   中英

為 x86 和 x86_64 構建 Flutter 應用程序

[英]Build Flutter Application for x86 and x86_64

我正在嘗試構建 flutter 應用程序,它成功了,但我無法在 ASUS T00G 和 x86 Android Emulator 上安裝它。 在發現該版本僅適用於 arm 和 arm64 之后。 有沒有辦法同時對 x86 和 arm 進行發布構建?

上述答案中的鏈接問題已於 10 月 23 日關閉

jonahwilliams commented on 23 Oct
On master, Flutter now supports the x86_64 (64 bit) Android ABI. The engine also has support for building in x86 (32 bit) by following instructions at https://github.com/flutter/flutter/wiki/JIT-Release-Modes

https://github.com/flutter/flutter/issues/9253#issuecomment-545082953

你可以在 bin/cache/artifacts/engine 中找到一個 android-x86-jit-release 文件夾在此處輸入圖片說明

目前不支持。

有一個未解決的問題,您可以投票https://github.com/flutter/flutter/issues/9253

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM