Storyyeller / Krakatau

Java decompiler, assembler, and disassembler
GNU General Public License v3.0
1.95k stars 219 forks source link

error Traceback (most recent call last) #181

Closed TechComet closed 2 years ago

TechComet commented 2 years ago

Hi,

I have error with decompile sample code https://pastecode.io/s/1a8uv9x3

this error https://pastecode.io/s/wrkb3asn

Janmm14 commented 2 years ago

The problem is that the class android.app.Activity is not in the path you provided to Krakatau.

Krakatau requires libraries to be present.

For such simple code a decompiler like Fernflower will give you more readable and still accurate code and you also do not need library jars for Fernflower.