javaandroidkotlinandroid-studiomobile-development

I can't create a new project with java language anymore on Android Studio Hedgehog?


I downloaded android studio latest version Hedgehog, and I found it strange that there is no longer an option to select JAVA languages on the new project screen. Is this a bug? did I do something wrong? Or is there really no more support for the java language in Hedgehog? How can I resolve this? Thanks for any help! Unfortunately I didn't find any answer to this problem on the internet.

enter image description here

I do not know what to do.


Solution

  • Is this a bug?

    No.

    Or is there really no more support for the java language in Hedgehog?

    Every Kotlin project can also use Java. All the Java vs. Kotlin choice did before was control whether Kotlin was configured in the project.

    How can I resolve this?

    Just create Java classes.