Extracting "Split APK" appsAndroid supports apps made of multiple APK files. X-plore now copies such app from its App manager as a Zip file containing all APK files.It's fully automatic, just copy app from App manager. If it's normal APK, it's copied as .apk file, if it's made from multiple apk's, it's copied as .zip. To install such app on Android device, you can use specialized "Split APKs Installer" app so that all parts of app are installed. Split-APK apps usually need all the APK files for functioning properly. Installing just base APK may not work. Why more apks for one app? Google Play store supports new app format that optimizes app size for different devices, and installs pieces of the app for particular hardware, language, screen size, etc. This reduces app size and download time, but brings new challenges like harder app copying/backup/reinstall. Only some apps use this format. | |
Bug fixesFixes for various crashes. |