Closed labba closed 3 years ago
Try doing apktool empty-framework-dir --force
, I've seen this error a few times and usually a sign of an out of date framework file.
Do the steps again after running that command btw.
@iBotPeaches, doesn't this look allot like the 9patch image issue similar/same as a handful of issues like the https://github.com/iBotPeaches/Apktool/issues/1522 one?
Just a thought... :-)
~Ibuprophen
i have tried with --force and same results of errors.
done now as followed: for decoding: apktool.bat --force d bb.apk
and then done for building: apktool.bat --force-all b
all works now
➜ 1905 apktool d BlackBerry\ Keyboard-4.1904.3.16701.apk
I: Using Apktool 2.4.2-f545c2-SNAPSHOT on BlackBerry Keyboard-4.1904.3.16701.apk
I: Loading resource table...
I: Decoding AndroidManifest.xml with resources...
I: Loading resource table from file: /home/ibotpeaches/.local/share/apktool/framework/1.apk
I: Regular manifest package...
I: Decoding file-resources...
I: Decoding values */* XMLs...
I: Baksmaling classes.dex...
I: Copying assets and libs...
I: Copying unknown files...
I: Copying original files...
➜ 1905 apktool b BlackBerry\ Keyboard-4.1904.3.16701
I: Using Apktool 2.4.2-f545c2-SNAPSHOT
I: Checking whether sources has changed...
I: Smaling smali folder into classes.dex...
I: Checking whether resources has changed...
I: Building resources...
I: Copying libs... (/lib)
I: Copying libs... (/kotlin)
I: Building apk file...
I: Copying unknown files/dir...
I: Built apk...
➜ 1905
Looks resolved. Closing.
Information
apktool -version
) - 2.3.4BlackBerry Keyboard 3.4.0.15917
Stacktrace/Logcat
Steps to Reproduce
Frameworks
from blackberry use as regular app.
APK
https://mobile.softpedia.com/apk/blackberry-keyboard/#download
app: BlackBerry Keyboard 3.4.0.15917
Questions to ask before submission
apktool d
,apktool b
without changing anything -> yes, please see output pasted