Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Whether About is Bundle Support aab? #157

Closed
TheRangerStar opened this issue Feb 21, 2023 · 5 comments
Closed

Whether About is Bundle Support aab? #157

TheRangerStar opened this issue Feb 21, 2023 · 5 comments
Labels
question Further information is requested

Comments

@TheRangerStar
Copy link

Do the project currently support aab operation? 👀👀👀

@TheRangerStar TheRangerStar added the question Further information is requested label Feb 21, 2023
@ClaudiuGeorgiu
Copy link
Owner

Hi, there is some support for bundles (see #121), but is not tested as much as with apk files (I always used Obfuscapk only on apk files).

@TheRangerStar
Copy link
Author

Hi, there is some support for bundles (see #121), but is not tested as much as with apk files (I always used Obfuscapk only on apk files).

Dear @ClaudiuGeorgiu :
Thank u for your reply ,,,I looked at the document again and found the introduction of aab.
Then I follow the instructions in the document.
But until I cd toObfuscapk/src on the terminal,Then the following questions were reported:
image
How can I solve it,Looking forward to your reply

@TheRangerStar
Copy link
Author

Hi, there is some support for bundles (see #121), but is not tested as much as with apk files (I always used Obfuscapk only on apk files).

Dear @ClaudiuGeorgiu : Thank u for your reply ,,,I looked at the document again and found the introduction of aab. Then I follow the instructions in the document. But until I cd toObfuscapk/src on the terminal,Then the following questions were reported: image How can I solve it,Looking forward to your reply
This is my environment variable
image

@ClaudiuGeorgiu
Copy link
Owner

ClaudiuGeorgiu commented Feb 26, 2023

Hi @TheRangerStar, if you're using APKTOOL_PATH, BUNDLE_DECOMPILER_PATH, APKSIGNER_PATHand ZIPALIGN_PATH you have to provide the path to the executable, not the directory containing it. It's a bit different from the classic PATH variable where you only specify the directory, sorry for the confusion. So in your case you should set BUNDLE_DECOMPILER_PATH=/Users/a001/bin/BundleDecompiler.jar (if that's the name you gave to the jar file). The same applies to the other variables above: specify the full path of the executable and not the directory containing it.

@TheRangerStar
Copy link
Author

Hi @TheRangerStar, if you're using APKTOOL_PATH, BUNDLE_DECOMPILER_PATH, APKSIGNER_PATHand ZIPALIGN_PATH you have to provide the path to the executable, not the directory containing it. It's a bit different from the classic PATH variable where you only specify the directory, sorry for the confusion. So in your case you should set BUNDLE_DECOMPILER_PATH=/Users/a001/bin/BundleDecompiler.jar (if that's the name you gave to the jar file). The same applies to the other variables above: specify the full path of the executable and not the directory containing it.

Ok, I will try it later. Thank you for your reply

@ClaudiuGeorgiu ClaudiuGeorgiu closed this as not planned Won't fix, can't repro, duplicate, stale Nov 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants