Anbox 將 Android 作業系統放入容器中,將硬體訪問層抽象化,並將核心系統整合到 GNU/Linux 系統中。每個 Android 應用程式都像其它原生應用程式一樣與你的作業系統整合。
https://softnshare.com/anbox/
anbox linux 在 Anbox - 在GNU/Linux 上執行Android 系統 - GitHub Pages 的推薦與評價
參考¶. Anbox - container-based approach to boot a full Android system on a regular GNU/Linux system. ... <看更多>
anbox linux 在 Anbox - GitHub 的推薦與評價
The Anbox project was once ago created in 2017 to bring Android to any Linux based desktop operating system. It's development has however stalled in the ... ... <看更多>
anbox linux 在 [問題] 請問Anbox 安裝apk 錯誤怎麼解? - 看板Linux 的推薦與評價
最近因為 Windows 11 打算原生支援 Android Apps,
所以在 Arch Linux 安裝了 linux-zen 來試試 Anbox,
試著下載 EhViewer 來看看,安裝完全正常執行,
但是嘗試安裝 LINE 的時候出現了以下錯誤:
==============================================================
Performing Streamed Install
adb: failed to install line.apk:
Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]
==============================================================
找了找 Google 看到一堆人說在 build.gradle 新增以下程式碼就可以:
android {
splits {
abi {
enable true
reset()
include 'x86', 'armeabi-v7a','x86_64'
universalApk true
}
}
}
但是大家死都不提及要去哪邊用,快瘋掉了!
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 114.33.200.176 (臺灣)
※ 文章網址: https://www.ptt.cc/bbs/Linux/M.1624937473.A.1E0.html
※ 編輯: s9209122222 (114.33.200.176 臺灣), 06/29/2021 11:32:08
... <看更多>