Is it possible to merge/install split APK files (AKA “app bundle”), on Android device itself, without root?

后端 未结 8 1258
北恋
北恋 2020-12-09 02:50

Background

In the past, I\'ve asked about sharing or backup of app-bundle / split apk files, here .

This seems like an almost impossible task, which I coul

8条回答
  •  庸人自扰
    2020-12-09 03:37

    1. Run bundletool with --mode=universal
    2. This will generate an APKS file, rename extension to zip
    3. Unzip
    4. You will find a fat universal.apk file which can be install as in the old days.

提交回复
热议问题