Closed KimetsuAndrea closed 1 month ago
apktool -version
java --version
❯ apktool b Data/ --output out.apk I: Using Apktool 2.10.0 with 6 thread(s). I: Checking whether sources has changed... I: Smaling smali folder into classes.dex... I: Checking whether sources has changed... I: Checking whether sources has changed... I: Smaling smali_classes2 folder into classes2.dex... I: Smaling smali_assets folder into assets.dex... I: Checking whether resources has changed... I: Building resources... W: /data/data/com.termux/files/usr/tmp/brut_util_Jar_179186574957728854387583908200169979170.tmp[1]: ELF: inaccessible or not found W: /data/data/com.termux/files/usr/tmp/brut_util_Jar_179186574957728854387583908200169979170.tmp[2]: syntax error: unexpected '(' brut.androlib.exceptions.AndrolibException: brut.common.BrutException: could not exec (exit code = 1): [/data/data/com.termux/files/usr/tmp/brut_util_Jar_179186574957728854387583908200169979170.tmp, compile, --dir, /data/data/com.termux/files/home/downloads/Data/res, --legacy, -o, /data/data/com.termux/files/home/downloads/Data/build/resources.zip]
apktool
If this APK is from an OEM ROM (Samsung, HTC, LG). Please attach framework files (.apks that live in /system/framework or /system/priv-app)
.apks
/system/framework
/system/priv-app
If this APK can be freely shared, please upload/attach a link to it. Real.Boxing.ver.2.11.0.build.300162_r.zip
apktool d
apktool b
Sadly running on Android is not supported.
Information
apktool -version
) - Answer: 2.10.0java --version
) - Answer: openjdk version "21.0.5" 2024-10-15Stacktrace/Logcat
Steps to Reproduce
apktool
Frameworks
If this APK is from an OEM ROM (Samsung, HTC, LG). Please attach framework files (
.apks
that live in/system/framework
or/system/priv-app
)APK
If this APK can be freely shared, please upload/attach a link to it. Real.Boxing.ver.2.11.0.build.300162_r.zip
Questions to ask before submission
apktool d
,apktool b
without changing anything? Answer: Yes