There is no java class item. I started learning java for android, and in android studio there is no Java class item.

What to do?

Here is the point, as in this screen "java class", there is no such!

alt text

  • 2
    The answer is simply not to click there. Not by project name, but by folder. - KoVadim
  • the question is resolved thanks a lot))) - Pakistan

2 answers 2

Perhaps you do this not in the folder with the code, but in some other, for example, with resources. The root folder for the source code is highlighted with a blue icon.

enter image description here

enter image description here

    Most likely, did not install the JDK packages within the idea itself. ) When creating a new project, specify the path for the JDK - the problem will be solved.