SystemUI.apk dekompilieren & kompilieren

kain23

kain23

Dauergast
410
Hallo , ich wollt mal meine SystemUI.apk bearbeiten, das Dekompilieren hat alles prima geklappt
doch wenn ich sie dann wieder kompilieren will kommt immer eine Fehlermeldung (siehe rot markiertes aus der CMD )
Die Fehlermeldung kommst sogar auch wenn ich an der SystemUI NICHTS geändert hab

CMD Kopie:

C:\ApkTool>java -jar apktool.jar d -s SystemUI.apk
I: Using Apktool 2.2.2 on SystemUI.apk
I: Loading resource table...
I: Decoding AndroidManifest.xml with resources...
I: Loading resource table from file: C:\Users\J÷rg\AppData\Local\apktool\framewo
rk\1.apk
I: Regular manifest package...
I: Decoding file-resources...
I: Decoding values */* XMLs...
I: Copying raw classes.dex file...
I: Copying assets and libs...
I: Copying unknown files...
I: Copying original files...

C:\ApkTool>java -jar apktool.jar b SystemUI
I: Using Apktool 2.2.2
I: Copying SystemUI classes.dex file...
I: Checking whether resources has changed...
I: Building resources...
W: warning: string 'notifications_off_text' has no default translation.
W: warning: string 'notifications_off_title' has no default translation.

I: Building apk file...
I: Copying unknown files/dir...

C:\ApkTool>

Wer kann mir da bitte helfen?

lg. kain
 
Zurück
Oben Unten