문제

I decompiled an apk file using dex2jar and opened the resulting jar file in jd-gui. I can view almost all of the code nicely but one section - the constants - displays only // INTERNAL ERROR // and nothing else. Is there a way to retrieve the constants?

도움이 되었습니까?

해결책

Anyone passing by this question should look at this instead: https://github.com/deathmarine/Luyten

Using this instead of jd-gui, I was able to successully view all code which showed as INTERNAL ERROR on jd-gui.

You can also try Jadx: https://github.com/skylot/jadx

다른 팁

I fixed the problem by installing Java Jdk 64Bit "Java SE Development Kit 8u111"

I had faced similar issue and it worked after updating Java Decompiler.

Please download latest version. http://java-decompiler.github.io/

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top