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

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

    Well I don't know the coding part much, as I have not learnt android, but I can suggest something which you can try. If the task is just to make the split apka into one, what I do is

    1. Install the app using SAI, or Lucky patcher (since it started creating apks instead of apk, and so is able to install them)
    2. Extract as a single apk using apk extractor (the first appearing in the search, by Meher)
    3. Optional - Uninstall the app, if you only needed apk

    So you can look at their source code (if they are open source, otherwise something similar), and then try to make a single app to do all these processes (if you know android).

    Hope it helps, and please provide your app link, if you manage to create one.

    Thanks and cheers

提交回复
热议问题