apk.sh icon indicating copy to clipboard operation
apk.sh copied to clipboard

[BUG] Cannot merge split APKs together, brut.directory.PathNotExist: apktool.yml

Open gladykov opened this issue 2 years ago • 4 comments
trafficstars

Maybe this tool cannot do it, not sure here

Information

  1. apk.sh version : 1.0.6
  2. Operating System (Mac, Linux, Windows) : Linux
  3. 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

gladykov avatar Sep 04 '23 03:09 gladykov

Try to apk.sh pull the apk from the device.

ax avatar Sep 05 '23 14:09 ax

I pulled APKs from the playstore itself. Trying to repack it into single one.

gladykov avatar Sep 05 '23 15:09 gladykov

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 https://github.com/ax/apk.sh/issues/19#issuecomment-1706803049, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB2XGBN7HQB6QAGH2QWVRNDXY454TANCNFSM6AAAAAA4JY277A . You are receiving this because you commented.Message ID: <ax/apk. @.***>

ax avatar Sep 05 '23 15:09 ax

Found two tools:

https://github.com/1268/google https://raccoon.onyxbits.de/apk-downloader-v4/about-raccoon/

World of interesting tools

gladykov avatar Sep 05 '23 17:09 gladykov