If you're looking for a solution to run Android on your Linux desktop: Waydroid is rebuilding the original idea behind Anbox with explicit focus on modern ... ... <看更多>
「anbox install apk」的推薦目錄:
- 關於anbox install apk 在 [問題] 請問Anbox 安裝apk 錯誤怎麼解? - 看板Linux 的評價
- 關於anbox install apk 在 Anbox - GitHub 的評價
- 關於anbox install apk 在 android emulator - How to add Google Play support in Anbox? 的評價
- 關於anbox install apk 在 Is it possible to run android apk on ubuntu as headless emulator 的評價
- 關於anbox install apk 在 安装Anbox | Eight Plus 的評價
anbox install apk 在 android emulator - How to add Google Play support in Anbox? 的推薦與評價
What have I tried so far? I've tried to install Google Play Services x86 apk, which successfully got installed and also appears in Settings -> ... ... <看更多>
anbox install apk 在 Is it possible to run android apk on ubuntu as headless emulator 的推薦與評價
... <看更多>
anbox install apk 在 安装Anbox | Eight Plus 的推薦與評價
sudo apt install linux-headers-generic anbox-modules-dkms ... 如果想在x86下安装apk,需要找x86的包,可以从apk mirror下载,当然,这里的包根本 ... ... <看更多>
anbox install apk 在 [問題] 請問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
... <看更多>