1

I'm trying to decompile kotlin code to java. This question describes how to do it

I have to see something like this: enter image description here

But in fact i see next one. enter image description here

As you can see I do NOT have a "Decompile" button

Android Studio 3.5

Can anybody help me please?

Stanly T
  • 964
  • 1
  • 12
  • 30

2 Answers2

2

Go to Extensions and look for "Java Bytecode Decompiler". Install it and do a complete restart to the Android Studio. Don't just close and open the project, restart the whole program.

Then, when the Android Studio will pop open again, click on "Search Everywhere" (by clicking shift twice), look for "Java Bytecode Decompiler", and make sure it's turned into ON.

That's it. Now the button should be visible.

Oz Shabat
  • 1,434
  • 17
  • 16
2

make sure you have this plugin enabled, should work after

enter image description here

pjwin
  • 181
  • 2
  • 5