skip to Main Content

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.

2

Answers


  1. 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.

    Login or Signup to reply.
  2. android studio hedgehog starts with kotlin files but we can still create the java classes. create a new activity and choose the java in source language section.here is the opotions

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search