[BUG] Cannot merge split APKs together, brut.directory.PathNotExist: apktool.yml
gladykov opened this issue · 4 comments
gladykov commented
Maybe this tool cannot do it, not sure here
Information
- apk.sh version : 1.0.6
- Operating System (Mac, Linux, Windows) : Linux
- APK From? (Playstore, ROM, Other) : $ split APKS from Playstore
apk.sh output
[=======================================] 100% Unzipping... android-13/renderscrSDK Build-Tools
[>] Done!
[>] apksigner installed!
[*] zipalign exist in /home/***/.apk.sh/sdk_root/build-tools/33.0.1
[*] aapt exist in /home/***/.apk.sh/sdk_root/build-tools/33.0.1
[>] Building with java -jar /home/***/.apk.sh/apktool_2.8.1.jar b -d /home/all -o file.apk --use-aapt2
I: Using Apktool 2.8.1
brut.directory.PathNotExist: apktool.yml
[>] Sorry!
[!] java -jar /home/***/.apk.sh/apktool_2.8.1.jar b -d /home/all -o file.apk --use-aapt2 return errors!
[>] Bye!
Steps to Reproduce
I have 4 split APKs which I try to pack together, using command:
./apk.sh build /home/all
Questions to ask before submission
Yes, latest script version
ax commented
Try to apk.sh pull the apk from the device.
gladykov commented
I pulled APKs from the playstore itself. Trying to repack it into single one.
ax commented
Is it possible to get split apks from playstore? How?
…On Tue, Sep 5, 2023, 5:07 PM Jakub Gladykowski ***@***.***> wrote:
I pulled APKs from the playstore itself. Trying to repack it into single
one.
—
Reply to this email directly, view it on GitHub
<#19 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB2XGBN7HQB6QAGH2QWVRNDXY454TANCNFSM6AAAAAA4JY277A>
.
You are receiving this because you commented.Message ID: <ax/apk.
***@***.***>
gladykov commented
Found two tools:
https://github.com/1268/google
https://raccoon.onyxbits.de/apk-downloader-v4/about-raccoon/
World of interesting tools