ax / apk.sh

apk.sh makes reverse engineering Android apps easier, automating some repetitive tasks like pulling, decoding, rebuilding and patching an APK.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

gladykov opened this issue · comments

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

commented

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

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

commented