BundleDecompiler
BundleDecompiler copied to clipboard
Cannot build .aab from apk
root@laptop:/mnt/c/Projects/backup/aab# ls /mnt/c/Projects/backup/aab/output/obfuscation_working_dir/universal_signed.apk /mnt/c/Projects/backup/aab/output/obfuscation_working_dir/universal_signed.apk
root@laptop:/mnt/c/Projects/backup/aab# java -jar BundleDecompiler-0.0.2.jar build --in=/mnt/c/Projects/backup/aab/output/obfuscation_working_dir/universal_signed.apk --out=/mnt/c/Projects/backup/aab/output/obfuscation_working_dir/universal_signed.aab Exception in thread "main" com.bundle.exception.EncodeDecodeException: 'INVALID ARGUMENTS' at com.bundle.main.BundleDecompiler.doRunBundleDecompiler(BundleDecompiler.java:98) at com.bundle.main.BundleDecompiler.main(BundleDecompiler.java:35)