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

后端 未结 8 1255
北恋
北恋 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:24

    What is the way to merge those all into one APK file?

    After installing (see question 2), use eg TotalCommander to copy the apk from 'installed apps'

    Is it possible to install split APK files without root and without PC ?

    Use any terminal app, then:

     pm install   ...
    

提交回复
热议问题