Il existe 4 variantes du fichier apk téléchargées depuis le Play Store (arm, arm64, x86, x86-64)
Pour les tablettes, vous vous souciez probablement uniquement des versions arm, mais vous devez obtenir celle qui correspond à la tablette spécifique.
On peut les télécharger depuis un site apk tiers (par ex. apkpure), mais la couverture des variantes est souvent incomplète.
Si toutes les tablettes sont identiques, je ferais ce qui suit :
- sur une tablette, téléchargez la dernière version depuis le magasin apk.
- Connectez la tablette à l'ordinateur portable via un câble usb.
(il est possible qu'il faille mettre la tablette en mode développeur pour faire cela. adb devra être installé sur l'ordinateur portable)
- utilisez adb pour copier l'apk de la tablette vers l'ordinateur portable.
sur l'ordinateur portable, quelque chose comme :
adb shell pm path org.paratext.ptlite
puis :
adb pull /data/app/org.paratext.ptlite…something… nameToSaveApk.apk
Alternativement, vous pouvez simplement m'envoyer un e-mail et me demander de mettre les derniers apks sur un google drive quelque part.

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.

Traduit automatiquement depuis English