ThisIsLibra / AndroidProjectCreator

Convert an APK to an Android Studio Project using multiple open-source decompilers

Home Page:https://maxkersten.nl/projects/androidprojectcreator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error Permission

dpatrongomez opened this issue · comments

Hi, I get this error

image

Hello,

Could you specify the version of AndroidProjectCreator and your Java version? Based on that, we can further see what the issue is.

Kind regards,
Max

java -version openjdk version "10.0.2" 2018-07-17 OpenJDK Runtime Environment (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4) OpenJDK 64-Bit Server VM (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4, mixed mode)

AndroidProjectCreator-1.2.2-stable-jar-with-dependencies.jar

Thank you for youranswer, as stated on the read me (also linked in ReadMe.md), you need openjdk8 instead of 10, since the tools that APC uses depend on it and crash otherwise.

This should resolve your issue. Let me know if it does!

Thank you for youranswer, as stated on the read me (also linked in ReadMe.md), you need openjdk8 instead of 10, since the tools that APC uses depend on it and crash otherwise.

This should resolve your issue. Let me know if it does!

same problem with
java -version openjdk version "1.8.0_191" OpenJDK Runtime Environment (build 1.8.0_191-8u191-b12-2ubuntu0.18.04.1-b12) OpenJDK 64-Bit Server VM (build 25.191-b12, mixed mode)

Could you remove your complete installation of APC and download the JAR again? After that, please install the required files again. If you encounter an error in that process, please share the full log here. If you dont, please decompile an APK of your choice and see if the problem still exists. If it does, please share the full log here.

Thank you. It seems like APC itself is working correctly, but dex2jar cannot be build from source. The reason for this, according to the given exception, is that "services.gradle.org" is unreachable. Please make sure it is reachable.

I'll try to help you solve the issue, but its not one that is related to APC.