-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decompile Error #2507
Comments
@aclocsin not supported filename:
|
I tried doing this but ended up with the same error. |
|
The workaround posted above will work as this will require remapping unprintable characters and quite a difficulty so merging into duplicate ticket and closing - #1460 |
@pashamcr I would be grateful if you could send me the decompiled file as doing so still has not worked for me. Thank you very much. |
You can delete that blank filename and it will work too |
@AndnixSH Sadly, still the same thing happens. |
@aclocsin can you show me your another log output again? |
@AndnixSH Reading APK... Decompiling APK file... (Press ESC to cancel) /c "java -Xmx2048m -jar "C:\Program Files (x86)\APK Easy Tool\Apktool\apktool_2.5.0.jar" d -f -r -s --only-main-classes -o "D:\1STUDY\DECOMPILED\Lucid Adventure_v2.4.17_apkpure.com" "D:\1STUDY\PRACTICE\NEW\Lucid Adventure_v2.4.17_apkpure.com.apk"" I: Using Apktool 2.5.0 on Lucid Adventure_v2.4.17_apkpure.com.apk Please read the FAQ and troubleshooting Decompile failed. Please read the log |
@aclocsin yeah same error, i think something wrong with your zip program. Try this file which have unnamed file deleted https://anonfiles.com/5dR3P9H8pd/lucid-adventure_2.4.17_apk I use same tool, it works fine for me after deletion
Also this game is strongly protected by Appguard, you should not waste time with it |
@AndnixSH same thing still happens, maybe there's something wrong with my program? Anyways, if it's okay with you, can you send the decompiled file? Thanks a lot for everything! |
@aclocsin no sorry. Try to reset the tool or use apktool.jar in CMD instead |
Checking for update... Decompiling APK file... (Press ESC to cancel) Executing command: java.exe -jar "C:\down\Tutorial\APKEasyTool\Apktool\apktool_2.5.0.jar" d -f -r -s --only-main-classes -o "C:\Users\canha\Documents\APK Easy Tool\1-Decompiled APKs\FILE_20210429_141224_base" "C:\down\Tutorial\APKEasyTool\Moddables\FILE_20210429_141224_base.apk" I: Using Apktool 2.5.0 on FILE_20210429_141224_base.apk Click here for more infomation about Apktool issues |
Hi everyone I am having a similar error. please help me |
Information
2.50
) -Stacktrace/Logcat
I: Using Apktool 2.5.0 on Lucid Adventure_v2.4.17_apkpure.com.apk
I: Copying raw resources...
Exception in thread "main" brut.androlib.AndrolibException: brut.directory.DirectoryException: Error copying file: res
at brut.androlib.Androlib.decodeResourcesRaw(Androlib.java:123)
at brut.androlib.ApkDecoder.decode(ApkDecoder.java:106)
at brut.apktool.Main.cmdDecode(Main.java:179)
at brut.apktool.Main.main(Main.java:82)
Caused by: brut.directory.DirectoryException: Error copying file: res
at brut.directory.DirUtil.copyToDir(DirUtil.java:94)
at brut.directory.DirUtil.copyToDir(DirUtil.java:70)
at brut.directory.AbstractDirectory.copyToDir(AbstractDirectory.java:203)
at brut.androlib.Androlib.decodeResourcesRaw(Androlib.java:121)
... 3 more
Caused by: brut.directory.DirectoryException: Error copying file: color/abc_background_cache_hint_selector_material_dark.xml
at brut.directory.DirUtil.copyToDir(DirUtil.java:91)
at brut.directory.DirUtil.copyToDir(DirUtil.java:63)
at brut.directory.AbstractDirectory.copyToDir(AbstractDirectory.java:198)
at brut.directory.DirUtil.copyToDir(DirUtil.java:79)
... 6 more
Caused by: java.io.FileNotFoundException: D:\1STUDY\DECOMPILED\Lucid Adventure_v2.4.17_apkpure.com\res\color\abc_background_cache_hint_selector_material_dark.xml (The system cannot find the path specified)
at java.base/java.io.FileOutputStream.open0(Native Method)
at java.base/java.io.FileOutputStream.open(FileOutputStream.java:291)
at java.base/java.io.FileOutputStream.(FileOutputStream.java:234)
at java.base/java.io.FileOutputStream.(FileOutputStream.java:184)
at brut.directory.DirUtil.copyToDir(DirUtil.java:87)
... 9 more
Decompile successful.
Please read the FAQ and troubleshooting
https://forum.xda-developers.com/t/tool-windows-apk-easy-tool-v1-57-12-june-2020.3333960/#post-65775601
Decompile failed. Please read the log
The text was updated successfully, but these errors were encountered: