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.
I do not know what to do.
2
Answers
No.
Every Kotlin project can also use Java. All the Java vs. Kotlin choice did before was control whether Kotlin was configured in the project.
Just create Java classes.
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.