Android studio showing decompiled class not java class

Mateen Chaudhry

My KeyboardView was opening fine and whenever I click on this extended class it was showing .java class but I tried to edit this class and there were options to edit for this session. After that whenever I click on this KeyboardView extended class it's not showing java class it's only showing .class. How can I resolve this problem? enter image description here

EDIT

there were these option and i selected the first one after that this happened

enter image description here

Mateen Chaudhry

Solved this problem by installing new sdk

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Android Studio not showing java class source

Null is casted in decompiled java class file

Android studio not showing exception Class and line numbers

Lifecycle of a Java class in android studio

Java activity class in android studio

Java source file displaying in IntelliJ as an empty decompiled class file

Intellij IDEA "Decompiled.class file, bytecodeversion:52.0 (Java 8

Private String properties are nullable in decompiled .java class Kotlin

While trying to open native class in java open jdk 17, decompiled class without documentation is being opened

Little Pin Icon on Java Class - Android Studio

Android Studio - ActivityClass::class.java

How to use java class ? Android studio

Android Studio Java Class has a dropdown

Android Studio error when running java class

How to search string in decompiled .class files in Intellij

In IntelliJ, is there a way to modify the decompiled class in the bytecode viewer?

ImmutablePair and Pair compilation error working in decompiled class

Decompiled Dalvik class - not all imports available

Import class in android studio

How can I fix error "decompiled .class file bytecode version 52.0 (Java 8)

error: cannot find symbol class for add kotlin class into java class in android studio 3.0 stable

Showing the Dependency Relationship on a Visual Studio class diagram

Java file not showing in android studio

Android studio how to call java class in MainActivity.kt?

No such property: compile for class: java.lang.String in android studio

Decompile scala's .class file in Android Studio generates .java file?

Android Studio: App doesn't start with implemented Anonymous Java Class

Running Python scripts in Java class activity in Android Studio with Chaquopy

HTTP POST Request as a different Java Class - Android Studio