I'm trying to decompile kotlin code to java. This question describes how to do it
I have to see something like this:
As you can see I do NOT have a "Decompile" button
Android Studio 3.5
Can anybody help me please?
I'm trying to decompile kotlin code to java. This question describes how to do it
I have to see something like this:
As you can see I do NOT have a "Decompile" button
Android Studio 3.5
Can anybody help me please?
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.