I have Extracted the apk file using dex2jar,when i opened the java source files in the jd-gui (java decompiler) it's showing Internal Error.How to fix this issue.
Asked
Active
Viewed 849 times
0
-
Have you tried the live demo of JD-GUI : http://jd.benow.ca/ ? I don't know why, but sometimes, the software on your computer does not work but the live demo works. – May 04 '14 at 09:06
-
I am able to see the R file but problem is with mainactivity file@gahfy – Girish May 04 '14 at 09:09
-
In the woftware or in the live demo ? – May 04 '14 at 09:11
-
I have downloaded all the necessary tools when i open the source files through jd-gui only few files showing Internal error. – Girish May 04 '14 at 09:12
-
@gahfy yes it works with live demo thanks gahfy – Girish May 04 '14 at 09:31
-
You can use either jadx, or luyten. Furthermore, check: http://stackoverflow.com/questions/17643825/using-java-decompiler-jd-gui-and-getting-internal-error – Nix Jan 16 '17 at 15:54