Errors encountered in using apktool

With multi-dimensional model as the core, let the factory digital transformation and upgrading “within reach”>>>

1. Destination directory (D:\dayly\apktool1.5.2\crackme0201) already exists. Use -f switch if you want to overwrite it.

This means that the crackme0201 folder already exists. Just delete the folder and the problem will be solved

2. Exception in thread “main” brut.androlib.AndrolibException: Could not decode ars c file

The version of apktool is too low, resulting in an error in decompilation. Download the latest jar from the download address, such as the latest version of apktool_ After 2.0.3.jar, it will be renamed as apktool.jar, and the recompilation will not make any mistakes

3. Exception in thread “main” brut.androlib.err.UndefinedResObject: resource spec: 0x01010479

Delete the contents in the folder C:: (users)  users  apktool  framework. If you are using XP system and do not find the user directory in Disk C, the location of this folder may be C:  documents and settings \% current user%  apktool  framework

4.Exception in thread “main” brut.androlib.AndrolibException: brut.directory.PathNotExist: apktool.yml

This is most likely because your path is not written correctly. For example, when I use the B command to repackage APK, I made a mistake. The correct writing should be apktool B showjava sign.apk. The B command is followed by the folder obtained during decompilation, and then the name of the APK to be obtained

Similar Posts: