-
Notifications
You must be signed in to change notification settings - Fork 72
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
Something went wrong with the I/O during the decompilation #28
Comments
Hello kozmotronik, Could you provide information such as your Java version and if you installed the tools before you used the decompile command? Cheers, |
Hi, sorry for the late response. Here is the Java information on my machine:
What tools we are talking about to be installed before? |
The required tools are tools such as APKTool, which is where your log shows the error. On the project page on my website, you can find the installation notes. In short, use "-compactInstall" to install all tools. Once that completes successfully, you can run the decompilation command as issued in the original post. In short, APC is a wrapper for existing tools. If it cannot execute those tools, an error will occur. If you do not install them, they are not present, hence the error. This should likely solve your problem. Let me know if it does. Cheers, |
Closing this issue as there's no further response after the likely answer has been provided. |
I have all the required installed and it still gave me that error. Tried with sudo as well, same output.
|
Hi, I tried to decompile an apk in my home folder. But whatever output I have given, it gives the same error:
After giving that error, the the output directory
himtec-apc
is deleted everytime. The apk and the output directory is in the same directory as AndroidProjectCreator.jar. AndroidProjectCreator version is 1.5.2-stable. Am I doing something wrong?The text was updated successfully, but these errors were encountered: