Ada 4 varian file apk yang diunduh dari play store (arm, arm64, x86, x86-64)
Untuk tablet, kemungkinan Anda hanya peduli dengan yang arm, tetapi Anda perlu mendapatkan yang tepat untuk tablet spesifik tersebut.
Seseorang dapat mengunduhnya dari situs apk pihak ketiga (misalnya apkpure), tetapi cakupan variannya sering kali tidak lengkap.
Jika semua tablet sama, saya akan melakukan hal berikut:
- di satu tablet, unduh yang terbaru dari apk store.
- Hubungkan tablet ke laptop melalui kabel usb.
(mungkin perlu menempatkan tablet dalam mode developer untuk melakukan ini. adb harus diinstal di laptop)
- gunakan adb untuk menyalin apk dari tablet ke laptop.
di laptop, sesuatu seperti:
adb shell pm path org.paratext.ptlite
lalu:
adb pull /data/app/org.paratext.ptlite…something… nameToSaveApk.apk
Sebagai alternatif, Anda juga bisa mengirim email kepada saya dan meminta saya untuk menempatkan apk terbaru di suatu tempat di 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.

Diterjemahkan secara otomatis dari English