Skip to content
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

Failed to decompile the apk #1381

Closed
felix-antony opened this issue Dec 15, 2016 · 2 comments
Closed

Failed to decompile the apk #1381

felix-antony opened this issue Dec 15, 2016 · 2 comments

Comments

@felix-antony
Copy link

felix-antony commented Dec 15, 2016

Information

  1. Apktool Version (apktool -version) - 2.2.1
  2. Operating System (Mac, Linux, Windows) - Mac Sierra, and JDK 1.8
  3. APK From? (Playstore, ROM, Other) - Local apk

Stacktrace/Logcat

Exception in thread "main" brut.androlib.AndrolibException: brut.directory.DirectoryException: file must be a directory: client-xxxx
	at brut.androlib.res.AndrolibResources.decodeManifestWithResources(AndrolibResources.java:225)
	at brut.androlib.Androlib.decodeManifestWithResources(Androlib.java:137)
	at brut.androlib.ApkDecoder.decode(ApkDecoder.java:106)
	at brut.apktool.Main.cmdDecode(Main.java:166)
	at brut.apktool.Main.main(Main.java:81)
Caused by: brut.directory.DirectoryException: file must be a directory: client-xxxx
	at brut.directory.FileDirectory.<init>(FileDirectory.java:38)
	at brut.androlib.res.AndrolibResources.decodeManifestWithResources(AndrolibResources.java:205)
	... 4 more

Steps to Reproduce

  1. Decompile the apk with following command : apktool d xxxx.apk

Questions to ask before submission

  1. Have you tried apktool d, apktool b without changing anything? - Answer : I have just tried to decompile the apk with this command: apktool d xxxx.apk
@iBotPeaches
Copy link
Owner

Haven't seen this problem before. Almost like the manifest couldn't be located or the structure of the application invalid.

I will need the APK unforunately to look at this any further. If the application is private, you can email me (ibotpeaches) (at) gmail (dot) com, with the subject - [PRIVATE] Bug 1381 - Apktool otherwise just upload it here.

@iBotPeaches
Copy link
Owner

Closing. 4+ years later, no application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants