8000 GitHub - shadow578/ApksMerger: merge .apks files into one .apk
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on May 19, 2022. It is now read-only.

shadow578/ApksMerger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Due to changes in the structure of split apks, this project will no longer function correctly.

APKS Merger

//TODO: add cooler description Merge .apks and .apkm files into one .apk file.

Usage

APKSMerger has a interactive ui, so just launch the program using

$ APKSMerger.exe
or
$ dotnet APKSMerger.dll

Arguments are (can be changed in UI):

-debug / -d
    set log level to debug
-verbose / -v      
    set log level to verbose
-vverbose / -vv 
    set log level to very verbose

Notice

APKSMerger attempts to patch AnroidManifest.xml to work without splits. This may fail. If you have problems with the merged apk, please restore the original AndroidManifest.xml (by decompiling the base apk manually) and patch it manually.

Things that should be automatically patched (by removing):

android:isSplitRequired="true" 
    in application node

<meta-data android:name="com.android.vending.splits.required" android:value=""true""/>
<meta-data android:name="com.android.vending.splits" android:resource="@xml/splits0"/>

About

merge .apks files into one .apk

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0