從 Play 商店下載的 apk 檔案有 4 種變體(arm、arm64、x86、x86-64)
對於平板電腦,您可能只需要關注 arm 版本,但必須取得與特定平板相符的正確版本。
您可以從第三方 apk 網站(例如 apkpure)下載,但這些網站的變體覆蓋範圍往往不完整。
如果所有平板都是同一型號,我會建議採取以下步驟:
在其中一台平板上,從 apk 商店下載最新版本。
使用 USB 線將平板連接到筆記型電腦。
(可能需要將平板切換至開發人員模式才能執行此操作。筆記型電腦上必須安裝 adb)
使用 adb 將 apk 從平板複製到筆記型電腦。
在筆記型電腦上輸入類似以下指令:
adb shell pm path org.paratext.ptlite
然後:
adb pull /data/app/org.paratext.ptlite…something… nameToSaveApk.apk
或者,您也可以直接寄電子郵件給我,請我將最新的 apk 檔案上傳到某個 Google Drive 位置。
There are 4 variants of the apk file that get downloaded from the play store (arm, arm64, x86, x86-64)
For tablets you likely only care about the arm ones, but you need to get the right for the specific tablet.
One could download them from a third part apk site (eg. apkpure) but the variant coverage is often not complete.
If all the tablets are the same then I’d do the following:
on one tablet download the latest from the apk store.
Connect tablet to laptop via usb cable.
(it’s possible one needs to put the tablet into developer mode to do this. adb will have to be installed on the laptop)
use adb to copy the apk from the tablet to the laptop.
on laptop something like:
adb shell pm path org.paratext.ptlite
then:
adb pull /data/app/org.paratext.ptlite…something… nameToSaveApk.apk
Alternatively you could just email me and ask me to put the latest apk’s on a google drive somewhere.
機器翻譯自 English 顯示原文