K
Kiray1982
Enthusiast
- 1.002
Also, in solchen fällen empfiehlt es sich folgenden decompile-befehl zu nutzen:nobody573 schrieb:...bekommt jemand von euch die SecEmail.apk decompiliert ??? ich bekomm immer Fehler hab auch schon die classes.dex raus gemacht aber wieder kein erfolg
apktool d -s SecEmail.apk
-s bewirkt dabei, das die *.dex nicht decompiliert wird, sondern einfach kopiert wird.
E:\apktool d -s SecEmail.apk
I: Copying raw classes.dex file...
I: Loading resource table...
W: Skipping "android" package group
I: Loaded.
I: Loading resource table from file: C:\Users\Kiray\apktool\framework\1.apk
I: Loaded.
I: Decoding file-resources...
I: Decoding values*/* XMLs...
I: Done.
I: Copying assets and libs...
I: Copying raw classes.dex file...
I: Loading resource table...
W: Skipping "android" package group
I: Loaded.
I: Loading resource table from file: C:\Users\Kiray\apktool\framework\1.apk
I: Loaded.
I: Decoding file-resources...
I: Decoding values*/* XMLs...
I: Done.
I: Copying assets and libs...